1 # $NetBSD: Makefile,v 1.19 2002/08/19 10:16:58 lukem Exp $ 2 # @(#)Makefile 8.3 (Berkeley) 3/27/94 3 4 .include <bsd.own.mk> 5 6 PROG= mount_portal 7 SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 8 pt_exec.c pt_file.c pt_tcp.c pt_filter.c 9 SUBDIR= examples 10 11 MAN= mount_portal.8 12 13 MOUNT= ${NETBSDSRCDIR}/sbin/mount 14 CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${MOUNT} 15 .PATH: ${MOUNT} 16 CPPFLAGS+= -DINET6 17 18 .include <bsd.prog.mk> 19 .include <bsd.subdir.mk> 20