[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / mount_procfs

File: [local] / src / sbin / mount_procfs / Attic / Makefile (download)

Revision 1.4, Mon Apr 9 07:14:19 2001 UTC (23 years, 2 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.3: +2 -2 lines

Add emulation of Linux features to procfs; mostly from NetBSD.  ok deraadt@

#	$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>