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
add opendir alias
[minix.git]
/
commands
/
service
/
Makefile
blob
8b96043751462beabd5a47f878a11f9546d57621
1
# Makefile for service
2
PROGS
=
service printconfig
3
SRCS.service
=
service.c parse.c util.c
4
SRCS.printconfig
=
print
.c parse.c util.c
5
6
BINDIR
= /
bin
7
MAN.service
=
8
MAN.printconfig
=
9
10
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}
11
12
.
include
<
bsd.prog.mk
>