mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 21:21:05 +01:00
9b796f4419
utmpx also has OLD_TIME/NEW_TIME messages, which seem to be intended for the same purpose as how we call logwtmp() here.
10 lines
148 B
Makefile
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>
|