repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack - fix ipcvecs
[minix.git]
/
commands
/
chmod
/
Makefile
blob
2dd84c7170b17b2e1843254c612a6fe1a0fcc45b
1
# LSC For now...
2
NOGCCERROR
:=
yes
3
PROG
=
chmod
4
MAN
=
5
BINDIR
=/
bin
6
SYMLINKS
+= $(
BINDIR
)/$(
PROG
) /
usr
/
bin
/
chmod
7
8
.
include
<
bsd.prog.mk
>