1 1.11 christos # $NetBSD: Makefile,v 1.11 2002/09/21 18:43:38 christos Exp $ 2 1.8 lukem # @(#)Makefile 8.4 (Berkeley) 7/13/94 3 1.1 mycroft 4 1.10 lukem .include <bsd.own.mk> 5 1.10 lukem 6 1.1 mycroft PROG= mount_union 7 1.1 mycroft SRCS= mount_union.c getmntopts.c 8 1.3 cgd MAN= mount_union.8 9 1.1 mycroft 10 1.10 lukem MOUNT= ${NETBSDSRCDIR}/sbin/mount 11 1.10 lukem CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${MOUNT} 12 1.7 gwr .PATH: ${MOUNT} 13 1.11 christos 14 1.11 christos DPADD+=${LIBUTIL} 15 1.11 christos LDADD+=-lutil 16 1.1 mycroft 17 1.1 mycroft .include <bsd.prog.mk> 18