2008-03-05 12:27:11 +00:00
|
|
|
DIR= ${INITDIR}
|
2009-04-16 23:47:23 +00:00
|
|
|
SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \
|
2009-10-16 08:08:22 +01:00
|
|
|
network.in root.in savecache.in staticroute.in swap.in swclock.in \
|
|
|
|
sysctl.in urandom.in
|
2008-03-03 12:34:51 +00:00
|
|
|
BIN= ${OBJS}
|
2007-04-05 11:18:42 +00:00
|
|
|
|
2009-04-17 23:23:31 +00:00
|
|
|
# Build our old net foo or not
|
2011-02-02 12:10:58 -06:00
|
|
|
ifeq (${MKOLDNET},yes)
|
|
|
|
_OLDNET= net.lo
|
|
|
|
endif
|
2011-01-29 17:32:38 -06:00
|
|
|
_NET_LO= ${_OLDNET}
|
2009-04-17 23:23:31 +00:00
|
|
|
|
|
|
|
INSTALLAFTER= _installafter_${_NET_LO}
|
|
|
|
CLEANFILES+= ${_NET_LO}
|
|
|
|
TARGETS+= ${_NET_LO}
|
2008-04-29 10:25:45 +00:00
|
|
|
|
2008-01-10 16:35:59 +00:00
|
|
|
MK= ../mk
|
2008-03-25 14:06:05 +00:00
|
|
|
include ${MK}/os.mk
|
|
|
|
include Makefile.${OS}
|
2008-01-10 16:35:59 +00:00
|
|
|
include ${MK}/scripts.mk
|
2008-04-29 10:25:45 +00:00
|
|
|
|
2009-04-17 23:23:31 +00:00
|
|
|
_installafter_: realinstall
|
|
|
|
|
|
|
|
_installafter_net.lo: realinstall
|
2008-04-29 10:25:45 +00:00
|
|
|
${INSTALL} -m ${BINMODE} net.lo ${DESTDIR}/${INITDIR}/${NET_LO}
|