summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-02-10 17:41:33 +0000
committermarkm <markm@FreeBSD.org>1997-02-10 17:41:33 +0000
commit5b3185bcd6e63cae5fdc9d5f973073c884b9e9db (patch)
tree4553296671b8f8e8a1baf6150893194d084c1ad0 /sbin/Makefile.inc
parent34c278f97019681dab0812553ad732a5fd952417 (diff)
downloadFreeBSD-src-5b3185bcd6e63cae5fdc9d5f973073c884b9e9db.zip
FreeBSD-src-5b3185bcd6e63cae5fdc9d5f973073c884b9e9db.tar.gz
Part one of a "fix-and-move". Init(8) had make macros declared here
bogusly. This removes the macros for replacement into init's Makefile. Pointed-out-by: BDE
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r--sbin/Makefile.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc
index 71c9438..470d869 100644
--- a/sbin/Makefile.inc
+++ b/sbin/Makefile.inc
@@ -2,19 +2,3 @@
BINDIR?= /sbin
NOSHARED?= YES
-
-.if exists(${.CURDIR}/../../lib/libcrypt/obj)
-SCRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
-.else
-SCRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
-.endif
-
-.if exists (${.CURDIR}/../../secure)
-
-.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
-DESCRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
-.else
-DESCRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
-.endif
-
-.endif
OpenPOWER on IntegriCloud