]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/date/Makefile
Merge ACPICA 20150619.
[FreeBSD/FreeBSD.git] / bin / date / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   date
7 SRCS=   date.c netdate.c vary.c
8
9 .if ${MK_TESTS} != "no"
10 SUBDIR+=    tests
11 .endif
12
13 .include <bsd.prog.mk>