Home | History | Annotate | Line # | Download | only in mount_union
Makefile revision 1.13
      1  1.13   xtraeme #	$NetBSD: Makefile,v 1.13 2005/02/05 15:14:25 xtraeme 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.12  jdolecek SRCS=	mount_union.c
      8   1.3       cgd MAN=	mount_union.8
      9   1.1   mycroft 
     10  1.13   xtraeme WARNS=	3
     11  1.13   xtraeme 
     12  1.12  jdolecek CPPFLAGS+= -I${NETBSDSRCDIR}/sys
     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