freebsd_amp_hwpstate/bin/date/Makefile

11 lines
204 B
Makefile
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.5 1997/08/04 03:37:05 brian Exp $
1994-05-26 06:18:55 +00:00
PROG= date
SRCS= date.c netdate.c vary.c
CFLAGS+=-Wall
1994-05-26 06:18:55 +00:00
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>