blob: ca95dfb2b3b985810d1d810e82e8c6854c7c0679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.4 2001/04/09 07:14:19 tholo Exp $
PROG= mount_procfs
SRCS= mount_procfs.c getmntopts.c
MAN= mount_procfs.8
MOUNT= ${.CURDIR}/../mount_nfs
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
|