xref: /csrg-svn/old/mount_lofs/Makefile (revision 66472)
1*66472Sbostic#	@(#)Makefile	8.3 (Berkeley) 03/27/94
254696Sbostic
354696SbosticPROG=	mount_lofs
4*66472SbosticSRCS=	mount_lofs.c getmntopts.c
554696SbosticMAN8=	mount_lofs.0
654696Sbostic
7*66472SbosticMOUNT=	${.CURDIR}/../mount
8*66472SbosticCFLAGS+=-I/sys -I${MOUNT}
9*66472Sbostic.PATH:	${MOUNT}
10*66472Sbostic
1154696Sbostic.include <bsd.prog.mk>
12