freebsd-dev/bin/date/Makefile
Ed Schouten 759dba8c5a Port everything in bin/ from utmp to utmpx.
date: use libc utmpx routines instead of the ones provided by libulog.
pax:  don't depend on <utmp.h>
2010-01-13 17:56:54 +00:00

8 lines
116 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= date
SRCS= date.c netdate.c vary.c
.include <bsd.prog.mk>