Makefile revision 1.12
11.12Sgwr# $NetBSD: Makefile,v 1.12 1997/05/08 21:11:25 gwr Exp $ 21.10Scgd# @(#)Makefile 8.3 (Berkeley) 3/27/94 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.12Sgwr.PATH: ${MOUNT} 121.6Smycroft 131.6SmycroftDPADD= $(LIBCOMPAT) 141.6SmycroftLDADD= -lcompat 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 17