Home | History | Annotate | Line # | Download | only in mount_union
Makefile revision 1.1.1.2
      1 #	@(#)Makefile	8.4 (Berkeley) 7/13/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 .include <bsd.prog.mk>
     12