1 1.12 xtraeme # $NetBSD: Makefile,v 1.12 2005/02/05 15:01:09 xtraeme Exp $ 2 1.6 cgd # @(#)Makefile 8.2 (Berkeley) 3/27/94 3 1.2 mycroft 4 1.10 lukem .include <bsd.own.mk> 5 1.10 lukem 6 1.2 mycroft PROG= mount_kernfs 7 1.11 jdolecek SRCS= mount_kernfs.c 8 1.5 cgd MAN= mount_kernfs.8 9 1.4 mycroft 10 1.12 xtraeme WARNS= 3 11 1.12 xtraeme 12 1.11 jdolecek DPADD+=${LIBUTIL} 13 1.11 jdolecek LDADD+=-lutil 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16