xref: /original-bsd/sbin/mount_portal/Makefile (revision 7ae40b6a)
1*7ae40b6aSbostic#	@(#)Makefile	8.3 (Berkeley) 03/27/94
2d7750dc0Spendry
3d7750dc0SpendryPROG=	mount_portal
4*7ae40b6aSbosticSRCS=	mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
5*7ae40b6aSbostic	pt_exec.c pt_file.c pt_tcp.c
6f7e1f504SbosticMAN8=	mount_portal.0
7*7ae40b6aSbostic
8*7ae40b6aSbosticMOUNT=	${.CURDIR}/../mount
9*7ae40b6aSbosticCFLAGS+= -I/sys -I${MOUNT}
10*7ae40b6aSbostic.PATH:	${MOUNT}
11*7ae40b6aSbostic
120352183eSpendryDPADD=	$(LIBCOMPAT)
130352183eSpendryLDADD=	-lcompat
14d7750dc0Spendry
15d7750dc0Spendry.include <bsd.prog.mk>
16