From c2086a6f985ff2bdbae28fc1ed82af80dea48cda Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 1 Apr 1997 07:43:14 +0000 Subject: Fixed missing DPADD. Removed now-redundant SRCS. --- sbin/startslip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/startslip') diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 2208be5..26a8aaa 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 -- cgit v1.1