Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.18
      1 #	$NetBSD: Makefile,v 1.18 2000/12/31 06:03:52 itojun Exp $
      2 #	@(#)Makefile	8.3 (Berkeley) 3/27/94
      3 
      4 PROG=	mount_portal
      5 SRCS=	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
      7 SUBDIR= examples
      8 
      9 MAN=	mount_portal.8
     10 
     11 MOUNT=	${.CURDIR}/../mount
     12 CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     13 .PATH:	${MOUNT}
     14 CPPFLAGS+= -DINET6
     15 
     16 .include <bsd.prog.mk>
     17 .include <bsd.subdir.mk>
     18