mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 04:12:51 +00:00
759dba8c5a
date: use libc utmpx routines instead of the ones provided by libulog. pax: don't depend on <utmp.h>
8 lines
116 B
Makefile
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>
|