10 lines
185 B
Makefile
10 lines
185 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
|
|
# $Id: Makefile,v 1.3 1993/07/30 20:50:20 mycroft Exp $
|
|
|
|
PROG= update
|
|
MAN8= update.0
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|