Fixed missing DPADD. Removed now-redundant SRCS.

This commit is contained in:
Bruce Evans 1997-04-01 07:43:14 +00:00
parent 35c6f6c2cf
commit a52432a3c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24476

View File

@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= startslip
SRCS= startslip.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>