diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-06 23:43:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-06 23:43:08 +0000 |
commit | 9c5bbd9719b23384a81dbdd76da2952e439c998b (patch) | |
tree | 7e6e6b7468e8639104d24f64866e3e6b88843ff9 | |
parent | Use $WRKSRC instead of $3 to find work directory (diff) |
libmytinfo removed
Notes
Notes:
svn path=/head/; revision=197
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index cf5514af3002..eb220c7fd96f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.6 1994/09/26 13:29:54 jkh Exp $ +# $Id: Makefile,v 1.7 1994/10/03 23:56:51 jkh Exp $ # -SUBDIR= calc libmytinfo libncurses dialog mshell iozone +SUBDIR= calc libncurses dialog mshell iozone .include <bsd.port.subdir.mk> |