diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-17 19:51:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-17 19:51:40 +0000 |
commit | 910640d3d74d8c173a698371a395943ed3da7f62 (patch) | |
tree | 5f8d540b20edce029c407efa20c68d05dd10f5b6 /include | |
parent | 34a7bb526b09dfefeddd135bf9bd0fbf45b73f83 (diff) | |
download | FreeBSD-src-910640d3d74d8c173a698371a395943ed3da7f62.zip FreeBSD-src-910640d3d74d8c173a698371a395943ed3da7f62.tar.gz |
Build headers with -DWANT_NFS3.
(finishing up on Amd upgrade)
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 8b058ee..058198e 100644 --- a/include/rpcsvc/Makefile +++ b/include/rpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC -# $Id: Makefile,v 1.21 1998/01/19 17:19:09 wpaul Exp $ +# $Id: Makefile,v 1.22 1998/02/13 03:10:28 bde Exp $ .SUFFIXES: .x @@ -29,7 +29,7 @@ beforeinstall: ${DESTDIR}/usr/include/rpc .x.h: - ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET} + ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET} nis.h: nis_object.x |