summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-08-18 03:32:09 +0000
committerdavidn <davidn@FreeBSD.org>1997-08-18 03:32:09 +0000
commitfaf85e7cf0dbf98a6b69896c4bdeb2d9293907fc (patch)
tree423d18c42bcd28c8cb0805496057b27b1fa567fa /sbin/init
parent24a2d0d38a12f26a12614b9b34595f50caae4c56 (diff)
downloadFreeBSD-src-faf85e7cf0dbf98a6b69896c4bdeb2d9293907fc.zip
FreeBSD-src-faf85e7cf0dbf98a6b69896c4bdeb2d9293907fc.tar.gz
".if exists(${CURDIR}/../../secure)" rather than testing relative to the
object directory.
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index fe64dd1..3913cfa 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.12 1997/02/22 14:32:34 peter Exp $
+# $Id: Makefile,v 1.13 1997/07/05 19:34:51 ache Exp $
PROG= init
MAN8= init.8
@@ -7,7 +7,7 @@ BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF
-.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
DPADD= ${LIBUTIL} ${DESCRYPTOBJDIR}/libdescrypt.a
LDADD= -lutil -L${DESCRYPTOBJDIR} -ldescrypt
OpenPOWER on IntegriCloud