EOL x_mount.

This commit is contained in:
tsutsui 2003-01-19 12:35:00 +00:00
parent a6223afc8f
commit 6b54faae89
2 changed files with 2 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2002/10/17 06:38:23 lukem Exp $
# $NetBSD: Makefile,v 1.15 2003/01/19 12:35:00 tsutsui Exp $
SUBDIR= libhack more ssh tls \
x_dhclient x_dmesg x_ed x_gzip x_ifconfig x_mount \
x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
x_netstat x_ping x_route x_umount zcat
.if exists(sysinst/arch/${MACHINE})

View File

@ -1,15 +0,0 @@
# $NetBSD: Makefile,v 1.4 2001/12/12 00:05:13 tv Exp $
# Build a smaller mount (i.e. for boot media)
SRCDIR= ${.CURDIR}/../../../sbin/mount
PROG= mount
NOMAN= # defined
SRCS= mount.c vfslist.c
CPPFLAGS+= -DNO_MOUNT_PROGS -I${SRCDIR}
WARNS?= 1
.include <bsd.prog.mk>
.PATH: ${SRCDIR}