diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:54:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-13 16:54:51 +0000 |
commit | 7f41c5f05057b136b409d0f183cec4f76784c89f (patch) | |
tree | d840e4466db6c475cf4d62f4cabbd7b0d321295d | |
parent | cope with multiple vfontcap file. (diff) |
Split up the freebsd build target into one for the i386 and one for the
Alpha so the Alpha users can use pgp too.
Notes
Notes:
svn path=/head/; revision=25757
-rw-r--r-- | security/pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 93777ea7920b..90bc28a65d28 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ache@FreeBSD.org IS_INTERACTIVE= YES RESTRICTED= "Crypto" MAKEFILE= makefile -ALL_TARGET= freebsd +ALL_TARGET= freebsd-${MACHINE_ARCH} PGPLIB= ${PREFIX}/lib/pgp MAN1= pgp.1 |