head	1.2;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.4
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.2
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1;
locks; strict;
comment	@# @;


1.2
date	96.05.13.17.42.56;	author wollman;	state dead;
branches;
next	1.1;

1.1
date	95.04.21.01.17.48;	author julian;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Get rid of the last vestiges of the old MOUNT_* constants in the
mount_* programs.  While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].

Also, convert the mount programs to use sysexits.h.
@
text
@#	@@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_devfs
SRCS=	mount_devfs.c getmntopts.c
MAN8=	mount_devfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>
@


1.1
log
@Obtained from: copied fro  mount_kernfs

This is copied from the mount_kernfs code..
if it doesn't work there is a working binary in ~julian
@
text
@@
