repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
quota
/
Makefile
blob
b7d274a33cbe1c67b01502effee28e475f76c7db
1
# $NetBSD: Makefile,v 1.5 1997/01/09 20:20:51 tls Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
quota
5
6
DPADD
= ${
LIBRPCSVC
}
7
LDADD
= -
lrpcsvc
8
9
.
include
<
bsd.prog.mk
>