diff options
author | frueauf <frueauf> | 1998-08-23 20:45:01 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-23 20:45:01 +0000 |
commit | 30fd1b166c7b441b91b2b21221ec23317f4a6b1c (patch) | |
tree | f6fbf51ec18ff9d76fd9802e691eaafe6c27c264 /security | |
parent | 243c686906997078140e100ab39cc1bab3571c9a (diff) | |
download | pkgsrc-30fd1b166c7b441b91b2b21221ec23317f4a6b1c.tar.gz |
Whitespace police.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index fea1b28dc3d..14a731bdab8 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:24 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/23 20:49:18 frueauf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -40,7 +40,7 @@ ASMFLAG= -DASM .elif ${MACHINE_ARCH} == "m68k" .ifdef M68060 OBJS_EXT= -ASMFLAG= -m68060 -DPORTABLE -DMPORTABLE +ASMFLAG= -m68060 -DPORTABLE -DMPORTABLE .else OBJS_EXT= mc68020.o ASMFLAG= |