From 8a54fd1e96369fddad3afe6c985cc1f4fa88a94b Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 29 Dec 2004 08:13:20 +0000 Subject: More NO_NIS cleanup: LINKS and MLINKS --- chpass/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chpass/Makefile') diff --git a/chpass/Makefile b/chpass/Makefile index a012ad8..3ffb0ef 100644 --- a/chpass/Makefile +++ b/chpass/Makefile @@ -24,12 +24,16 @@ LDADD+= -lypclnt LINKS= ${BINDIR}/chpass ${BINDIR}/chfn LINKS+= ${BINDIR}/chpass ${BINDIR}/chsh +.if !defined(NO_NIS) LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchpass LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchfn LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchsh +.endif MLINKS= chpass.1 chfn.1 chpass.1 chsh.1 +.if !defined(NO_NIS) MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1 +.endif beforeinstall: .for i in chpass chfn chsh ypchpass ypchfn ypchsh -- cgit v1.2.3-56-ge451