1 1.18 itojun # $NetBSD: Makefile,v 1.18 2000/12/31 06:03:52 itojun Exp $ 2 1.10 cgd # @(#)Makefile 8.3 (Berkeley) 3/27/94 3 1.1 cgd 4 1.1 cgd PROG= mount_portal 5 1.6 mycroft SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 6 1.16 bgrayson pt_exec.c pt_file.c pt_tcp.c pt_filter.c 7 1.16 bgrayson SUBDIR= examples 8 1.15 thorpej 9 1.9 cgd MAN= mount_portal.8 10 1.6 mycroft 11 1.6 mycroft MOUNT= ${.CURDIR}/../mount 12 1.13 christos CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 13 1.12 gwr .PATH: ${MOUNT} 14 1.18 itojun CPPFLAGS+= -DINET6 15 1.1 cgd 16 1.1 cgd .include <bsd.prog.mk> 17 1.16 bgrayson .include <bsd.subdir.mk> 18