mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
9 lines
217 B
Makefile
9 lines
217 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $
|
|
|
|
PROG= mountd
|
|
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
|
|
MAN5= exports.5 netgroup.5
|
|
MAN8= mountd.8
|
|
|
|
.include <bsd.prog.mk>
|