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
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
service
/
Makefile
blob
f29caf664e0cf0e716d4df99ffcafcad20ff48d6
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
system.conf
.5
8
MAN.printconfig
=
9
10
.
include
<
bsd.prog.mk
>