Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 1998/09/18 22:14:46 thorpej Exp $
2#	@(#)Makefile	8.3 (Berkeley) 3/27/94
3
4PROG=	mount_portal
5SRCS=	mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
6	pt_exec.c pt_file.c pt_tcp.c
7
8DPADD+=	${LIBCOMPAT}
9LDADD+=	-lcompat
10
11MAN=	mount_portal.8
12
13MOUNT=	${.CURDIR}/../mount
14CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
15.PATH:	${MOUNT}
16
17.include <bsd.prog.mk>
18