NetBSD/sbin/mount_fdesc/Makefile

13 lines
255 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.2 (Berkeley) 3/27/94
1994-12-22 13:44:04 +03:00
# $Id: Makefile,v 1.5 1994/12/22 10:46:02 cgd Exp $
1993-07-30 05:00:27 +04:00
PROG= mount_fdesc
SRCS= mount_fdesc.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_fdesc.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>