diff options
Diffstat (limited to 'net/pcnfsd/Makefile')
-rw-r--r-- | net/pcnfsd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index 1699e73d09d7..6f41986302eb 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 6, 1994 # Whom: pst # -# $Id: Makefile,v 1.8 1997/07/10 15:50:52 pst Exp $ +# $Id: Makefile,v 1.9 1998/08/24 08:41:36 hoek Exp $ # DISTNAME= pcnfsd.93.02.16 @@ -19,4 +19,7 @@ MANCOMPRESSED= maybe NO_WRKSUBDIR= +post-extract: + ${CP} ${FILESDIR}/Makefile.inc ${WRKSRC} + .include <bsd.port.mk> |