diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
commit | fdab626a6398ea411367b27d210f9c1b227f6283 (patch) | |
tree | db477ed7ae608171f708b5915abde9effcab7bb5 /distrib/utils/init_s/Makefile | |
parent | 208b2da7dc0a14504429116f8e0247010fc5bd65 (diff) |
sync w/ Net 960425
Diffstat (limited to 'distrib/utils/init_s/Makefile')
-rw-r--r-- | distrib/utils/init_s/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/init_s/Makefile b/distrib/utils/init_s/Makefile index 60a638bab4f..408c1476053 100644 --- a/distrib/utils/init_s/Makefile +++ b/distrib/utils/init_s/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:17 gwr Exp $ +# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:40 scottr Exp $ # Build a "small init" (i.e. for boot media) PROG= init @@ -8,7 +8,7 @@ NOMAN= DPADD= ${LIBUTIL} LDADD= -lutil -SRCDIR= ${BSDSRCDIR}/sbin/init +SRCDIR= ${.CURDIR}/../../../sbin/init CFLAGS+= -DLETS_GET_SMALL -I${SRCDIR} all: ${PROG} |