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
This commit is contained in:
parent
812ac98e83
commit
77ffbc1aad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user