# from: @(#)Makefile 8.2 (Berkeley) 3/27/94 # $Id: Makefile,v 1.1 1994/06/08 19:15:55 mycroft Exp $ PROG= mount_lfs SRCS= mount_lfs.c getmntopts.c MAN8= mount_lfs.0 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include