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]
/
bin
/
date
/
Makefile
blob
50c6c8103aa66f1c0490a84566be6ff473e172fa
1
# $NetBSD: Makefile,v 1.13 2006/11/15 16:59:52 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
date
5
SRCS
=
date.c netdate.c
6
DPADD
+= ${
LIBUTIL
}
7
LDADD
+= -
lutil
8
CPPFLAGS
+=-
I
${
.CURDIR
}
9
10
.
include
<
bsd.prog.mk
>