NetBSD/bin/date/Makefile

10 lines
191 B
Makefile
Raw Normal View History

1993-08-01 09:47:31 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 12/4/90
# $Id: Makefile,v 1.4 1993/08/01 05:47:50 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= date
SRCS= date.c netdate.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>