NetBSD/sbin/mount_ffs/Makefile

15 lines
292 B
Makefile
Raw Normal View History

1997-05-07 00:44:56 +04:00
# $NetBSD: Makefile,v 1.2 1997/05/06 20:45:10 gwr 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
CFLAGS+= -I${MOUNT}
1997-05-07 00:44:56 +04:00
.PATH.c: ${MOUNT}
.include <bsd.prog.mk>