Makefile revision 1.16
1#	$NetBSD: Makefile,v 1.16 1999/08/16 06:55:27 bgrayson 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
9DPADD+=	${LIBCOMPAT}
10LDADD+=	-lcompat
11
12MAN=	mount_portal.8
13
14MOUNT=	${.CURDIR}/../mount
15CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
16.PATH:	${MOUNT}
17
18.include <bsd.prog.mk>
19.include <bsd.subdir.mk>
20