Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.12
      1  1.12      gwr #	$NetBSD: Makefile,v 1.12 1997/05/08 21:11:25 gwr Exp $
      2  1.10      cgd #	@(#)Makefile	8.3 (Berkeley) 3/27/94
      3   1.1      cgd 
      4   1.1      cgd PROG=	mount_portal
      5   1.6  mycroft SRCS=	mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
      6   1.6  mycroft 	pt_exec.c pt_file.c pt_tcp.c
      7   1.9      cgd MAN=	mount_portal.8
      8   1.6  mycroft 
      9   1.6  mycroft MOUNT=	${.CURDIR}/../mount
     10   1.8  deraadt CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     11  1.12      gwr .PATH:	${MOUNT}
     12   1.6  mycroft 
     13   1.6  mycroft DPADD=	$(LIBCOMPAT)
     14   1.6  mycroft LDADD=	-lcompat
     15   1.1      cgd 
     16   1.1      cgd .include <bsd.prog.mk>
     17