diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-23 20:45:01 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-23 20:45:01 +0000 |
commit | 02ee94729c6d273a29bbdbaa9846514480993667 (patch) | |
tree | f6fbf51ec18ff9d76fd9802e691eaafe6c27c264 /security/pgp2 | |
parent | fae96fc80cdac974f1784ca9e6a237c92ef8816f (diff) | |
download | pkgsrc-02ee94729c6d273a29bbdbaa9846514480993667.tar.gz |
Whitespace police.
Diffstat (limited to 'security/pgp2')
-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= |