HardenedBSD/bin/date/Makefile
Ed Schouten 9b796f4419 Let date(1) use utmpx instead of logwtmp().
utmpx also has OLD_TIME/NEW_TIME messages, which seem to be intended for
the same purpose as how we call logwtmp() here.
2009-12-05 20:09:50 +00:00

10 lines
148 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= date
SRCS= date.c netdate.c vary.c
DPADD= ${LIBULOG}
LDADD= -lulog
.include <bsd.prog.mk>