Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.1.1.1
      1 #	@(#)Makefile	8.3 (Berkeley) 3/27/94
      2 
      3 PROG=	mount_portal
      4 SRCS=	mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
      5 	pt_exec.c pt_file.c pt_tcp.c
      6 MAN8=	mount_portal.0
      7 
      8 MOUNT=	${.CURDIR}/../mount
      9 CFLAGS+= -I/sys -I${MOUNT}
     10 .PATH:	${MOUNT}
     11 
     12 DPADD=	$(LIBCOMPAT)
     13 LDADD=	-lcompat
     14 
     15 .include <bsd.prog.mk>
     16