xref: /netbsd/sbin/mount_portal/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.18 2000/12/31 06:03:52 itojun 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 pt_filter.c
7SUBDIR= examples
8
9MAN=	mount_portal.8
10
11MOUNT=	${.CURDIR}/../mount
12CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
13.PATH:	${MOUNT}
14CPPFLAGS+= -DINET6
15
16.include <bsd.prog.mk>
17.include <bsd.subdir.mk>
18