pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git] / bin / date / Makefile
blobfd7e401aeb58911fff3f07c7b5949d56306edefa
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
4 .include <src.opts.mk>
6 PACKAGE=runtime
7 PROG= date
8 SRCS= date.c netdate.c vary.c
10 .if ${MK_TESTS} != "no"
11 SUBDIR+= tests
12 .endif
14 .include <bsd.prog.mk>