diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-13 23:31:27 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-13 23:31:27 +0000 |
| commit | 839316e5811f74acb2166b781e352b01261884ab (patch) | |
| tree | 7f277b0139d0dd72e057b105206f5e2d91bdb643 /usr.bin | |
| parent | bad56603bac940ff651ed85438a8d492bdcf90ea (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/passwd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 119290444bfbd..ce6bea373b76d 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -14,8 +14,7 @@ CFLAGS+=-Wall DPADD= ${LIBCRYPT} ${LIBUTIL} LDADD= -lcrypt -lutil -.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \ - ${.CURDIR}/../rlogin +.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw CFLAGS+= -DLOGIN_CAP -DCRYPT -I. -I${.CURDIR} \ -I${.CURDIR}/../../usr.sbin/vipw \ @@ -35,7 +34,7 @@ CFLAGS+=-Wall DPADD= ${LIBCRYPT} ${LIBRPCSVC} ${LIBUTIL} LDADD= -lcrypt -lrpcsvc -lutil .PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \ - ${.CURDIR}/../rlogin ${.CURDIR}/../../libexec/ypxfr \ + ${.CURDIR}/../../libexec/ypxfr \ ${.CURDIR}/../../usr.sbin/rpc.yppasswdd CFLAGS+= -DLOGIN_CAP -DCRYPT -DYP -I. -I${.CURDIR} \ @@ -84,7 +83,7 @@ MLINKS=passwd.1 yppasswd.1 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && defined(MAKE_KERBEROS4) SRCS+= kpasswd_standalone.c .PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \ - ${.CURDIR}/../../usr.bin/rlogin ${.CURDIR}/../../usr.bin/passwd \ + ${.CURDIR}/../../usr.bin/passwd \ ${.CURDIR}/../../crypto/kerberosIV/kadmin CFLAGS+= -DKERBEROS |
