Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 1998/02/04 10:25:28 christos 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
7MAN=	mount_portal.8
8
9MOUNT=	${.CURDIR}/../mount
10CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11.PATH:	${MOUNT}
12
13.include <bsd.prog.mk>
14