summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-01 21:39:00 +0000
committerpeter <peter@FreeBSD.org>2001-01-01 21:39:00 +0000
commitc44da00be162b0da77c2e3c73c8685df82adc40a (patch)
tree2fdd3435e412ebf55e73c72c7d5ef8f8cc1a4543 /sbin/init/Makefile
parent070f48d14ff76c8384983ed755b70b1db7e3120f (diff)
downloadFreeBSD-src-c44da00be162b0da77c2e3c73c8685df82adc40a.zip
FreeBSD-src-c44da00be162b0da77c2e3c73c8685df82adc40a.tar.gz
Further tidy up the sbin/init and release builds.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile30
1 files changed, 2 insertions, 28 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 7b9547d..83488c1 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -7,34 +7,8 @@ MLINKS= init.8 securelevel.8
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
-
-#.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
-#DISTRIBUTION=crypto
-#DPADD= ${LIBUTIL} ${DESCRYPTOBJDIR}/libdescrypt.a
-#LDADD= -lutil -L${DESCRYPTOBJDIR} -ldescrypt
-#.else
-#DPADD= ${LIBUTIL} ${SCRYPTOBJDIR}/libscrypt.a
-#LDADD= -lutil -L${SCRYPTOBJDIR} -lscrypt
-#.endif
-
-DPADD= ${LIBUTIL} ${SCRYPTOBJDIR}/libcrypt.a
-LDADD= -lutil -L${SCRYPTOBJDIR} -lcrypt
-
-.if exists(${.OBJDIR}/../../lib/libcrypt)
-SCRYPTOBJDIR= ${.OBJDIR}/../../lib/libcrypt
-.else
-SCRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
-.endif
-
-.if exists (${.CURDIR}/../../secure)
-
-.if exists(${.OBJDIR}/../../secure/lib/libcrypt)
-DESCRYPTOBJDIR= ${.OBJDIR}/../../secure/lib/libcrypt
-.else
-DESCRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
-.endif
-
-.endif
+DPADD= ${LIBUTIL} ${LIBCRYPT}
+LDADD= -lutil -lcrypt
beforeinstall:
.if exists(${DESTDIR}${BINDIR}/${PROG})
OpenPOWER on IntegriCloud