repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix OPSYS constant in pkg_install tools
[minix3.git]
/
usr.bin
/
time
/
Makefile
blob
6f7cadea6926d44d096550d31d8980edadf448c1
1
# $NetBSD: Makefile,v 1.9 2011/08/28 08:24:42 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
CPPFLAGS
+= -
DNOT_CSH
7
CPPFLAGS
+= -
I.
-
I
${
NETBSDSRCDIR
}/
bin
8
SRCS
=
time.c xtime.c
9
PROG
=
time
10
11
.PATH
: ${
NETBSDSRCDIR
}/
bin
/
csh
12
13
LDADD
+=-
lutil
14
DPADD
+=${
LIBUTIL
}
15
16
.
include
<
bsd.prog.mk
>