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.sbin
/
rdate
/
Makefile
blob
c41f7681ed2881cafc7d0ca37f7b9306acea1ba4
1
# $NetBSD: Makefile,v 1.6 2005/06/02 09:21:01 lukem Exp $
2
3
PROG
=
rdate
4
DPADD
+= ${
LIBUTIL
}
5
LDADD
+= -
lutil
6
7
MAN
=
rdate
.8
8
9
.
include
<
bsd.prog.mk
>