diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 20:28:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 20:28:08 +0000 |
commit | 60e37192e41aeb21edc33b605348a0c5d8eea849 (patch) | |
tree | e5d21073cc0e85891288dc8c46bfd29a98be76ae /news/Makefile | |
parent | d0f34602242149ddb39ea96c07a9c690f686da67 (diff) |
Notes
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/Makefile b/news/Makefile index f644dbb3fb3e..7d86bebda780 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += yencode SUBDIR += PicMonger SUBDIR += atp @@ -65,5 +64,6 @@ SUBDIR += xmitbin SUBDIR += xrn SUBDIR += xvnews + SUBDIR += yencode .include <bsd.port.subdir.mk> |