summaryrefslogtreecommitdiff
path: root/sbin/init/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2004-08-19 22:21:51 +0000
committerchristos <christos@NetBSD.org>2004-08-19 22:21:51 +0000
commit684fe4faed9a3d0af4f0121d68bf63deedce5e6b (patch)
tree2efdc24f757756781dca70be9e5264c0ab6fb052 /sbin/init/Makefile
parent0f7d471853dc6f9728778da329297e475668f545 (diff)
Remove RESCUEDIR hack; it will be done centrally.
Diffstat (limited to 'sbin/init/Makefile')
-rw-r--r--sbin/init/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index fd859b5bf64..a3dc51f753c 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2003/05/26 09:34:55 lukem Exp $
+# $NetBSD: Makefile,v 1.33 2004/08/19 22:21:51 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= init
@@ -15,8 +15,4 @@ DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
.endif
-.if defined(RESCUEDIR)
-CPPFLAGS+= -DRESCUEDIR=\"${RESCUEDIR}\"
-.endif
-
.include <bsd.prog.mk>