diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-20 23:56:17 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-20 23:56:17 +0000 |
commit | dcc9181401fbcfe6fbc4574b9b569023228216c0 (patch) | |
tree | 371043be5ae039fbe4cf6b55de9e6a641e0e85b3 /textproc/Makefile | |
parent | 49112a5e942dbecbc5f867e89082afb72dca528a (diff) | |
download | ports-dcc9181401fbcfe6fbc4574b9b569023228216c0.tar.gz ports-dcc9181401fbcfe6fbc4574b9b569023228216c0.zip |
Notes
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 42c6dd579d8f..d212e4aaaa9f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1998/07/12 23:25:40 steve Exp $ +# $Id: Makefile,v 1.26 1998/07/20 03:46:54 steve Exp $ # SUBDIR += agrep @@ -33,5 +33,6 @@ SUBDIR += urlview SUBDIR += wdiff SUBDIR += word2x + SUBDIR += yodl .include <bsd.port.subdir.mk> |