added -DNFSSERVER to makefile. another point for glass.

This commit is contained in:
cgd 1993-04-12 19:31:40 +00:00
parent 136c7a5766
commit e17cdf070b
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# @(#)Makefile 5.4 (Berkeley) 6/29/90
#
# $Header: /cvsroot/src/sbin/mountd/Attic/Makefile,v 1.3 1993/03/23 00:29:03 cgd Exp $
# $Header: /cvsroot/src/sbin/mountd/Attic/Makefile,v 1.4 1993/04/12 19:31:40 cgd Exp $
PROG= mountd
CFLAGS+=-DNFS
CFLAGS+=-DNFS -DNFSSERVER
MAN5= exports.0
MAN8= mountd.0
DPADD= ${LIBRPC}

View File

@ -1,9 +1,9 @@
# @(#)Makefile 5.4 (Berkeley) 6/29/90
#
# $Header: /cvsroot/src/usr.sbin/mountd/Makefile,v 1.3 1993/03/23 00:29:03 cgd Exp $
# $Header: /cvsroot/src/usr.sbin/mountd/Makefile,v 1.4 1993/04/12 19:31:40 cgd Exp $
PROG= mountd
CFLAGS+=-DNFS
CFLAGS+=-DNFS -DNFSSERVER
MAN5= exports.0
MAN8= mountd.0
DPADD= ${LIBRPC}