1 1.27 kamil # $NetBSD: Makefile,v 1.27 2017/05/09 23:26:49 kamil Exp $ 2 1.10 cgd # @(#)Makefile 8.3 (Berkeley) 3/27/94 3 1.1 cgd 4 1.19 lukem .include <bsd.own.mk> 5 1.19 lukem 6 1.1 cgd PROG= mount_portal 7 1.24 pooka SRCS= puffs_portal.c activate.c conf.c pt_conf.c \ 8 1.27 kamil pt_file.c pt_tcp.c pt_filter.c 9 1.16 bgrayson SUBDIR= examples 10 1.15 thorpej 11 1.9 cgd MAN= mount_portal.8 12 1.6 mycroft 13 1.24 pooka DPADD+=${LIBUTIL} ${LIBPUFFS} 14 1.24 pooka LDADD+=-lutil -lpuffs 15 1.26 christos CPPFLAGS+= -D_KERNTYPES 16 1.1 cgd 17 1.25 christos COPTS.pt_filter.c = -Wno-format-nonliteral 18 1.25 christos 19 1.1 cgd .include <bsd.prog.mk> 20 1.16 bgrayson .include <bsd.subdir.mk> 21