diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-04-28 07:04:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-04-28 07:04:51 +0000 |
commit | ace91ab7f9ffaaa44781f4db03241f1e3fb606f4 (patch) | |
tree | 9a6cec9d411982544fece0323d360f924a340420 /Makefile | |
parent | 606784b3a6382daa206974e818f6e333400e5a65 (diff) |
Stop providing /usr/X11R6/README. It contains mostly oudated information
and few people found it. Discussed with schwwarze@, sthen@.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2016/11/19 14:22:05 tb Exp $ +# $OpenBSD: Makefile,v 1.78 2020/04/28 07:04:49 matthieu Exp $ .include <bsd.own.mk> .include <bsd.xconf.mk> @@ -14,7 +14,6 @@ SUBDIR= proto font/util data/bitmaps lib app data \ .ifndef NOFONTS SUBDIR+= font .endif -SUBDIR+= distrib/notes NOOBJ= |