Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.22
      1  1.22   xtraeme #	$NetBSD: Makefile,v 1.22 2005/02/09 13:57:57 xtraeme 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.20  jdolecek SRCS=	mount_portal.c activate.c conf.c pt_conf.c \
      8  1.16  bgrayson 	pt_exec.c 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.22   xtraeme WARNS=	3
     14  1.22   xtraeme 
     15  1.20  jdolecek CPPFLAGS+= -I${NETBSDSRCDIR}/sys
     16  1.20  jdolecek 
     17  1.20  jdolecek DPADD+=${LIBUTIL}
     18  1.20  jdolecek LDADD+=-lutil
     19   1.1       cgd 
     20   1.1       cgd .include <bsd.prog.mk>
     21  1.16  bgrayson .include <bsd.subdir.mk>
     22