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