From a52432a3c642ef1e00eea3bef0d7acd9cf5d3e40 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 1 Apr 1997 07:43:14 +0000 Subject: [PATCH] Fixed missing DPADD. Removed now-redundant SRCS. --- sbin/startslip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 2208be51b8c8..26a8aaae41a8 100644 --- a/sbin/startslip/Makefile +++ b/sbin/startslip/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= startslip -SRCS= startslip.c +DPADD= ${LIBUTIL} LDADD= -lutil .include