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
Sync with manuals from netbsd-8 branch.
[minix3.git]
/
usr.bin
/
flock
/
Makefile
blob
ba91e5f790ac2b32bff47e45d9e1f0c7126b62d7
1
# $NetBSD: Makefile,v 1.1 2012/11/01 23:30:19 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
flock
5
#LDADD+= -lutil
6
#DPADD+= ${LIBUTIL}
7
8
.
include
<
bsd.prog.mk
>