diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 23:18:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 23:18:48 +0000 |
commit | 1fa698450ef6e4aef0e84d737e8d0ca256da6a37 (patch) | |
tree | d1d61ff5738cdbe6c498ed78fe86d9b656f077dd /cad/tkgate/Makefile | |
parent | List the name of the file instead of just specifying the directory. (diff) |
Add gmac.1 and tkgate.1
Submitted by: bento
Diffstat (limited to '')
-rw-r--r-- | cad/tkgate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 7382014f5da0..3e2620fcd6f4 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -18,5 +18,6 @@ RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80/ USE_IMAKE= yes USE_BISON= yes +MAN1= gmac.1 tkgate.1 .include <bsd.port.mk> |