1 1.6 christos # $NetBSD: Makefile,v 1.6 1997/10/10 19:50:12 christos Exp $ 2 1.3 cgd # @(#)Makefile 8.2 (Berkeley) 3/27/94 3 1.1 mycroft 4 1.1 mycroft PROG= mount_lfs 5 1.1 mycroft SRCS= mount_lfs.c getmntopts.c 6 1.2 cgd MAN= mount_lfs.8 7 1.1 mycroft 8 1.1 mycroft MOUNT= ${.CURDIR}/../mount 9 1.6 christos CPPFLAGS+= -I${MOUNT} 10 1.5 gwr .PATH: ${MOUNT} 11 1.1 mycroft 12 1.1 mycroft .include <bsd.prog.mk> 13