repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
bin
/
date
/
Makefile
blob
2c60862b2f6ee5cae1108139008cffdba11a05e7
1
# $NetBSD: Makefile,v 1.15 2011/08/14 10:53:16 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
COPTS.date.c
= -
Wno-format-nonliteral
11
12
.
include
<
bsd.prog.mk
>