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:
Mark Murray 1997-02-10 17:41:33 +00:00
parent 812ac98e83
commit 77ffbc1aad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22545

View File

@ -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