Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.5
      1  1.1      cgd #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      2  1.5      cgd #	$Id: Makefile,v 1.5 1994/01/28 00:33:38 cgd Exp $
      3  1.1      cgd 
      4  1.1      cgd .if exists(${.CURDIR}/../../sys)
      5  1.2  mycroft CFLAGS+=-I${.CURDIR}/../../sys
      6  1.1      cgd .else
      7  1.2  mycroft CFLAGS+=-I/sys
      8  1.1      cgd .endif
      9  1.1      cgd 
     10  1.1      cgd PROG=	mount_portal
     11  1.1      cgd PTAL=	pt_conf.c pt_exec.c pt_file.c pt_tcp.c
     12  1.1      cgd SRCS=	mount_portal.c conf.c activate.c ${PTAL}
     13  1.1      cgd MAN8=	mount_portal.0
     14  1.5      cgd LDADD+=	-lcompat
     15  1.5      cgd DPADD+=	${LIBCOMPAT}
     16  1.1      cgd 
     17  1.1      cgd .include <bsd.prog.mk>
     18