diff options
author | ache <ache@FreeBSD.org> | 1994-11-23 19:33:17 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-23 19:33:17 +0000 |
commit | 493c81926137c9acec55cbf68e0416672f7921a4 (patch) | |
tree | 883cb2994b601493cd28352b50878250a162055b /libexec/uucpd/Makefile | |
parent | d1aa83039e1a9ae957a7a263ecb332f635a6a72f (diff) | |
download | FreeBSD-src-493c81926137c9acec55cbf68e0416672f7921a4.zip FreeBSD-src-493c81926137c9acec55cbf68e0416672f7921a4.tar.gz |
mass fixes from 1.1.5.1 + better log erros and incorrect logins
Diffstat (limited to 'libexec/uucpd/Makefile')
-rw-r--r-- | libexec/uucpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index d8aa8fb..986c216 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -2,7 +2,6 @@ PROG= uucpd NOMAN= noman -LDADD= -lcrypt -DPADD= ${LIBCRYPT} -CFLAGS+= -DBSDINETD -DBSD42 +LDADD= -lcrypt -lutil +DPADD= ${LIBCRYPT} ${LIBUTIL} .include <bsd.prog.mk> |