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
Remove building with NOCRYPTO option
[minix.git]
/
usr.sbin
/
service
/
Makefile
blob
d562d46af2b7fc467aaedd2c7f03d33f63b1b0ad
1
# $NetBSD: Makefile,v 1.1 2015/03/22 09:57:42 ast Exp $
2
3
FILES
=
service
4
MAN
=
service
.8
5
6
FILESDIR
= /
usr
/
sbin
7
FILESMODE
= ${
BINMODE
}
8
9
.
include
<
bsd.prog.mk
>