Remove these, since platforms using the New Distrib World Order have
been building these using the basesrc Makefiles with SMALLPROG defined for a while now.
This commit is contained in:
parent
04a469212b
commit
f36008676d
@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.12 2001/02/18 06:15:48 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2002/10/17 06:02:34 lukem Exp $
|
||||
|
||||
SUBDIR= libhack init_s more ssh tls \
|
||||
x_dd x_dhclient x_dmesg x_ed x_ftp x_gzip x_ifconfig x_mount \
|
||||
x_netstat x_ping x_route x_sh x_umount zcat
|
||||
SUBDIR= libhack more ssh tls \
|
||||
x_dhclient x_dmesg x_ed x_ftp x_gzip x_ifconfig x_mount \
|
||||
x_netstat x_ping x_route x_umount zcat
|
||||
|
||||
.if exists(sysinst/arch/${MACHINE})
|
||||
SUBDIR+=sysinst
|
||||
|
@ -1,18 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.14 2001/12/12 00:05:10 tv Exp $
|
||||
# Build a "small init" (i.e. for boot media)
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../sbin/init
|
||||
|
||||
PROG= init
|
||||
NOMAN= # defined
|
||||
|
||||
CPPFLAGS+= -DLETS_GET_SMALL -I${SRCDIR}
|
||||
|
||||
# Need -lutil for: logout, logwtmp, login_tty
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${SRCDIR}
|
||||
.NOPATH: ${PROG}
|
@ -1,14 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.14 2001/12/12 00:05:11 tv Exp $
|
||||
# Build a smaller dd (i.e. for boot media)
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../bin/dd
|
||||
|
||||
PROG= dd
|
||||
NOMAN= # defined
|
||||
|
||||
SRCS= args.c conv.c dd.c misc.c position.c strsuftoull.c
|
||||
CPPFLAGS+= -DNO_CONV -I${SRCDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${SRCDIR}
|
@ -1,14 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.16 2001/12/12 00:05:14 tv Exp $
|
||||
# Build a smaller sh (e.g. for boot media)
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../bin/sh
|
||||
|
||||
CPPFLAGS+= -I${SRCDIR} -DSMALL
|
||||
|
||||
.PATH: ${SRCDIR} ${SRCDIR}/bltin ${SRCDIR}/../../usr.bin/printf ${SRCDIR}/../../bin/test
|
||||
|
||||
.include "${SRCDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user