Revert previous revert; we don't need RESCUEDIR handling here now

<bsd.prog.mk> has it.
This commit is contained in:
lukem 2005-01-13 03:21:59 +00:00
parent 83846d378c
commit 4dba64f5d3
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2005/01/10 10:59:49 lukem Exp $
# $NetBSD: Makefile,v 1.35 2005/01/13 03:21:59 lukem 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>