Home | History | Annotate | Line # | Download | only in mount_union
Makefile revision 1.1
      1 #	from: @(#)Makefile	8.3 (Berkeley) 3/27/94
      2 #	$Id: Makefile,v 1.1 1994/06/08 19:29:09 mycroft Exp $
      3 
      4 PROG=	mount_union
      5 SRCS=	mount_union.c getmntopts.c
      6 MAN8=	mount_union.0
      7 
      8 MOUNT=	${.CURDIR}/../mount
      9 CFLAGS+= -I/sys -I${MOUNT}
     10 .PATH:	${MOUNT}
     11 
     12 BINOWN= root
     13 BINMODE=4555
     14 
     15 .include <bsd.prog.mk>
     16