Makefile revision 1.18
11.18Sitojun# $NetBSD: Makefile,v 1.18 2000/12/31 06:03:52 itojun Exp $ 21.10Scgd# @(#)Makefile 8.3 (Berkeley) 3/27/94 31.1Scgd 41.1ScgdPROG= mount_portal 51.6SmycroftSRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 61.16Sbgrayson pt_exec.c pt_file.c pt_tcp.c pt_filter.c 71.16SbgraysonSUBDIR= examples 81.15Sthorpej 91.9ScgdMAN= mount_portal.8 101.6Smycroft 111.6SmycroftMOUNT= ${.CURDIR}/../mount 121.13SchristosCPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 131.12Sgwr.PATH: ${MOUNT} 141.18SitojunCPPFLAGS+= -DINET6 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 171.16Sbgrayson.include <bsd.subdir.mk> 18