Uncomment X11 stuff.

This commit is contained in:
tsubai 1999-01-21 08:55:40 +00:00
parent dbba3dce54
commit da7b796faf
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.1 1998/07/29 05:41:55 tsubai Exp $ */
/* $NetBSD: md.h,v 1.2 1999/01/21 08:55:40 tsubai Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -59,13 +59,11 @@ EXTERN distinfo dist_list[]
{"man", 1, NULL, "Manuals : "},
{"misc", 1, NULL, "Miscellaneous: "},
{"text", 1, NULL, "Text tools : "},
#ifdef notyet
{"xbase", 1, NULL, "X11 clients : "},
{"xfont", 1, NULL, "X11 fonts : "},
{"xserver", 1, NULL, "X11 servers : "},
{"xcontrib",1, NULL, "X11 contrib : "},
{"xcomp", 1, NULL, "X programming: "},
#endif
{NULL, 0, NULL, NULL }
}
#endif