20 lines
420 B
Makefile
20 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/07/18 22:38:59 pooka Exp $
|
|
#
|
|
|
|
NOMAN= should challenge wizd
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/sbin/mount_portal
|
|
|
|
PROG= mount_puffsportal
|
|
SRCS= puffs_portal.c activate.c conf.c pt_conf.c \
|
|
pt_exec.c pt_file.c pt_tcp.c pt_filter.c
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/sbin/mount_portal
|
|
|
|
DPADD+=${LIBUTIL} ${LIBPUFFS}
|
|
LDADD+=-lutil -lpuffs
|
|
|
|
.include <bsd.prog.mk>
|