diff options
author | asami <asami@FreeBSD.org> | 1995-02-06 13:30:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-06 13:30:34 +0800 |
commit | 1a158220d43f6346bc29142136a5855322a69b3b (patch) | |
tree | 87078b0e26879fcc6722cae2a0c273dd5322ca4d /misc | |
parent | f92615a347a55f234491f9df3f7f1132aef965ab (diff) | |
download | freebsd-ports-gnome-1a158220d43f6346bc29142136a5855322a69b3b.tar.gz freebsd-ports-gnome-1a158220d43f6346bc29142136a5855322a69b3b.tar.zst freebsd-ports-gnome-1a158220d43f6346bc29142136a5855322a69b3b.zip |
Added nkf.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 43d2bbcdc751..590d2d309882 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.35 1995/01/13 13:37:32 jkh Exp $ +# $Id: Makefile,v 1.36 1995/01/15 08:04:24 ache Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -SUBDIR= cpm hfs iozone ispell less mshell mtools rman screen top \ +SUBDIR= cpm hfs iozone ispell less mshell mtools nkf rman screen top \ xsysstats .include <bsd.port.subdir.mk> |