Split up the freebsd build target into one for the i386 and one for the
Alpha so the Alpha users can use pgp too.
This commit is contained in:
parent
fc6616bf13
commit
7f41c5f050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25757
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue