freebsd-dev/sbin/mount_devfs/Makefile
Julian Elischer abeeb9ceb2 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
1995-04-21 01:17:50 +00:00

12 lines
198 B
Makefile

# @(#)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>