Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 1998/09/18 22:14:46 thorpej 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
      7 
      8 DPADD+=	${LIBCOMPAT}
      9 LDADD+=	-lcompat
     10 
     11 MAN=	mount_portal.8
     12 
     13 MOUNT=	${.CURDIR}/../mount
     14 CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     15 .PATH:	${MOUNT}
     16 
     17 .include <bsd.prog.mk>
     18