repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git]
/
bin
/
date
/
Makefile
blob
fd7e401aeb58911fff3f07c7b5949d56306edefa
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD$
3
4
.
include
<
src.opts.mk
>
5
6
PACKAGE
=
runtime
7
PROG
=
date
8
SRCS
=
date.c netdate.c vary.c
9
10
.if
${
MK_TESTS
} !=
"no"
11
SUBDIR
+=
tests
12
.
endif
13
14
.
include
<
bsd.prog.mk
>