Replace BSDSRCDIR use with relative paths.
This commit is contained in:
parent
87328287b7
commit
ea8086b766
@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 1995/11/21 21:17:19 gwr Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 1996/03/27 04:48:28 scottr Exp $
|
||||
# utils one might want in a crunched binary
|
||||
|
||||
BSDSRCDIR?= /usr/src
|
||||
LDSTATIC= -static
|
||||
|
||||
install: .NOTMAIN
|
||||
|
@ -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}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:26 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:43 scottr Exp $
|
||||
# Build a smaller dd (i.e. for boot media)
|
||||
|
||||
PROG= dd
|
||||
NOMAN=
|
||||
|
||||
SRCDIR= ${BSDSRCDIR}/bin/dd
|
||||
SRCDIR= ${.CURDIR}/../../../bin/dd
|
||||
|
||||
SRCS= args.c conv.c dd.c misc.c position.c
|
||||
# SRCS+= conv_tab.c (not used)
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:46 scottr Exp $
|
||||
# Build a smaller ifconfig (i.e. for boot media)
|
||||
|
||||
PROG= ifconfig
|
||||
NOMAN=
|
||||
|
||||
SRCDIR= ${BSDSRCDIR}/sbin/ifconfig
|
||||
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
|
||||
CFLAGS+= -DINET_ONLY -I${SRCDIR}
|
||||
|
||||
all: ${PROG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user