NetBSD/sbin/mount_umap/Makefile

13 lines
275 B
Makefile
Raw Normal View History

1994-08-04 01:07:10 +04:00
# from: @(#)Makefile 8.3 (Berkeley) 3/27/94
1994-12-22 13:44:04 +03:00
# $Id: Makefile,v 1.3 1994/12/22 10:46:39 cgd Exp $
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>