NetBSD/sbin/mount_ffs/Makefile

15 lines
297 B
Makefile
Raw Normal View History

1997-10-10 23:47:50 +04:00
# $NetBSD: Makefile,v 1.4 1997/10/10 19:49:44 christos Exp $
PROG= mount_ffs
SRCS= mount_ffs.c getmntopts.c
MAN= mount_ffs.8
MLINKS= mount_ffs.8 mount_ufs.8
LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
MOUNT= ${.CURDIR}/../mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>