Makefile revision 1.1
11.1Scgd# from: @(#)Makefile 8.1 (Berkeley) 6/5/93 21.1Scgd# $Id: Makefile,v 1.1 1994/01/12 20:01:27 cgd Exp $ 31.1Scgd 41.1Scgd.if exists(${.CURDIR}/../../sys) 51.1ScgdCFLAGS= -I${.CURDIR}/../../sys 61.1Scgd.else 71.1ScgdCFLAGS= -I/sys 81.1Scgd.endif 91.1Scgd 101.1ScgdPROG= mount_portal 111.1ScgdPTAL= pt_conf.c pt_exec.c pt_file.c pt_tcp.c 121.1ScgdSRCS= mount_portal.c conf.c activate.c ${PTAL} 131.1ScgdMAN8= mount_portal.0 141.1Scgd 151.1Scgd.include <bsd.prog.mk> 16