Home | History | Annotate | Line # | Download | only in mount_portal
Makefile revision 1.1
      1  1.1  cgd #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      2  1.1  cgd #	$Id: Makefile,v 1.1 1994/01/12 20:01:27 cgd Exp $
      3  1.1  cgd 
      4  1.1  cgd .if exists(${.CURDIR}/../../sys)
      5  1.1  cgd CFLAGS= -I${.CURDIR}/../../sys
      6  1.1  cgd .else
      7  1.1  cgd 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.1  cgd 
     15  1.1  cgd .include <bsd.prog.mk>
     16