diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /security/pgp2/Makefile | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'security/pgp2/Makefile')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index e4dcaa430d7..b25e0cce53c 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/03 13:49:07 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/22 13:06:18 agc Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -34,8 +34,6 @@ PGPLIB= ${PREFIX}/lib/pgp CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" IS_INTERACTIVE= yes -MAN1= pgp.1 - .if ${MACHINE_ARCH} == "i386" OBJS_EXT= _80386.o _zmatch.o ASMFLAG= -DASM |