diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 28fec725e08..60bd0ddd804 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/03/27 07:14:25 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/03/27 07:37:42 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -63,7 +63,6 @@ post-install: .if ${OPSYS} == "SunOS" CFLAGS+= -DSunOS -.else .endif .include "../../graphics/xpm/buildlink2.mk" |