Makefile revision 1.9
11.6Smycroft# from: @(#)Makefile 8.3 (Berkeley) 3/27/94 21.9Scgd# $Id: Makefile,v 1.9 1994/12/22 10:46:23 cgd Exp $ 31.1Scgd 41.1ScgdPROG= mount_portal 51.6SmycroftSRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 61.6Smycroft pt_exec.c pt_file.c pt_tcp.c 71.9ScgdMAN= mount_portal.8 81.6Smycroft 91.6SmycroftMOUNT= ${.CURDIR}/../mount 101.8SderaadtCFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 111.6Smycroft.PATH: ${MOUNT} 121.6Smycroft 131.6SmycroftDPADD= $(LIBCOMPAT) 141.6SmycroftLDADD= -lcompat 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 17