From 7b1f16699480af78a9beb28b8b95c285eb77f7fb Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 17 Apr 2004 12:39:35 +0000 Subject: Add missing manpage --- emulators/gngb/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emulators/gngb') diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 73c09a2a9b67..86d6d8a0b22a 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -27,6 +27,8 @@ PLIST_FILES= bin/gngb CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib +MAN1= gngb.1 + .if defined(WITH_GL) USE_GL= yes .else -- cgit