diff options
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r-- | usr.sbin/pppctl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 809f4e829aa8..8da3f50f177b 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -2,7 +2,8 @@ PROG= pppctl MAN= pppctl.8 -LDADD+= -lc_r -ledit -ltermcap -DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} + +LDADD= -lc_r -ledit -ltermcap +DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} .include <bsd.prog.mk> |