Don't forget to install octype.h, rune.h, and runetype.h.
[unix-history] / bin / date / Makefile
# @(#)Makefile 5.3 (Berkeley) 12/4/90
PROG= date
SRCS= date.c netdate.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>