NetBSD/usr.sbin/update/Makefile

10 lines
185 B
Makefile
Raw Normal View History

1993-07-31 00:50:20 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
# $Id: Makefile,v 1.3 1993/07/30 20:50:20 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= update
MAN8= update.0
1993-06-16 03:25:17 +04:00
DPADD= ${LIBUTIL}
1993-03-21 12:45:37 +03:00
LDADD= -lutil
.include <bsd.prog.mk>