repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
custom message type for VM_INFO
[minix3.git]
/
commands
/
service
/
Makefile
blob
dc406fb33c9b9dbbdf36f02026f1c81a996ea14e
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
=
service
.8
8
MAN.printconfig
=
9
10
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}
11
12
.
include
<
bsd.prog.mk
>