Makefile revision 1.8
11.7Smycroft# from: @(#)Makefile 8.5 (Berkeley) 3/27/94 21.8Scgd# $Id: Makefile,v 1.8 1994/12/22 10:45:46 cgd Exp $ 31.1Scgd 41.1ScgdPROG= mount 51.7SmycroftSRCS= mount.c mount_ufs.c getmntopts.c 61.8ScgdMAN= mount.8 71.7Smycroft# We do NOT install the getmntopts.3 man page. 81.1Scgd 91.1Scgd.include <bsd.prog.mk> 10