diff options
author | bde <bde@FreeBSD.org> | 1997-04-01 07:43:14 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-01 07:43:14 +0000 |
commit | c2086a6f985ff2bdbae28fc1ed82af80dea48cda (patch) | |
tree | de888ec04bfc01debd2d3613f3f1f7ed36012fbe /sbin/startslip | |
parent | 1ed283cd49028306efe36f81ed71a59585ec3bd6 (diff) | |
download | FreeBSD-src-c2086a6f985ff2bdbae28fc1ed82af80dea48cda.zip FreeBSD-src-c2086a6f985ff2bdbae28fc1ed82af80dea48cda.tar.gz |
Fixed missing DPADD. Removed now-redundant SRCS.
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |