1 # $NetBSD: Makefile,v 1.5 2002/08/19 10:16:56 lukem Exp $ 2 3 .include <bsd.own.mk> 4 5 PROG= mount_ffs 6 SRCS= mount_ffs.c getmntopts.c 7 MAN= mount_ffs.8 8 9 MLINKS= mount_ffs.8 mount_ufs.8 10 LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs 11 12 MOUNT= ${NETBSDSRCDIR}/sbin/mount 13 CPPFLAGS+= -I${MOUNT} 14 .PATH: ${MOUNT} 15 16 .include <bsd.prog.mk> 17