1 1.1.8.2 nathanw # $NetBSD: Makefile,v 1.1.8.2 2002/01/08 00:28:27 nathanw Exp $ 2 1.1.8.2 nathanw 3 1.1.8.2 nathanw SA_PROG= ufsboot 4 1.1.8.2 nathanw 5 1.1.8.2 nathanw # Regular local source 6 1.1.8.2 nathanw SRCS= conf.c 7 1.1.8.2 nathanw 8 1.1.8.2 nathanw # Build these locally 9 1.1.8.2 nathanw SRCS+= ufs.c 10 1.1.8.2 nathanw 11 1.1.8.2 nathanw PROG= ${SA_PROG} 12 1.1.8.2 nathanw NOMAN= # defined 13 1.1.8.2 nathanw 14 1.1.8.2 nathanw .include <bsd.prog.mk> 15 1.1.8.2 nathanw .PATH: ${S}/lib/libsa 16 1.1.8.2 nathanw DEFS+= -DCOMPAT_UFS 17