diff options
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f3a534a6d16..c8cd8f796bf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/11/03 01:50:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/11/20 13:22:14 agc Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -66,6 +66,6 @@ # SUBDIR += xpaint # SUBDIR += xpdf SUBDIR += xpm -# SUBDIR += xv + SUBDIR += xv .include <bsd.port.subdir.mk> |