]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/date/Makefile
Fix a typo, 'xdev-build' should be spelled with a 'd' at the end.
[FreeBSD/FreeBSD.git] / bin / date / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   date
5 SRCS=   date.c netdate.c vary.c
6
7 .include <bsd.prog.mk>