# $FreeBSD$ | |
# | |
# (c) 2002 Pawel Jakub Dawidek <nick@garage.freebsd.pl> | |
# | |
# $Id: Makefile,v 1.1 2002/12/24 07:20:16 jules Exp $ | |
# | |
PROG= mount_sysctlfs | |
SRCS= mount_sysctlfs.c getmntopts.c | |
NOMAN= yes | |
MOUNT= /usr/src/sbin/mount | |
CFLAGS+= -I${MOUNT} | |
.PATH: ${MOUNT} | |
.include <bsd.prog.mk> |