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