NetBSD/sbin/mount_umap/Makefile

13 lines
273 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1995/03/18 14:58:14 cgd Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_umap
SRCS= mount_umap.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_umap.8
MOUNT= ${.CURDIR}/../mount
1994-08-04 01:07:10 +04:00
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>