1 # $NetBSD: Makefile,v 1.21 2004/03/01 23:01:18 itojun 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 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 CPPFLAGS+= -I${NETBSDSRCDIR}/sys 14 15 DPADD+=${LIBUTIL} 16 LDADD+=-lutil 17 18 .include <bsd.prog.mk> 19 .include <bsd.subdir.mk> 20