1 # $NetBSD: Makefile,v 1.3 1995/03/18 14:57:29 cgd Exp $ 2 # @(#)Makefile 8.2 (Berkeley) 3/27/94 3 4 PROG= mount_lfs 5 SRCS= mount_lfs.c getmntopts.c 6 MAN= mount_lfs.8 7 8 MOUNT= ${.CURDIR}/../mount 9 CFLAGS+= -I${MOUNT} 10 .PATH: ${MOUNT} 11 12 .include <bsd.prog.mk> 13
Indexes created Mon Oct 20 20:10:13 GMT 2025