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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
pr
/
Makefile
blob
0605e0c08a438914ba4bb074863ef309eb8def80
1
# $NetBSD: Makefile,v 1.2 1997/01/09 15:01:32 tls Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
pr
5
SRCS
=
pr.c egetopt.c
6
7
DPADD
+= ${
LIBUTIL
}
8
LDADD
+= -
lutil
9
10
.
include
<
bsd.prog.mk
>