diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-30 07:19:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-30 07:19:02 +0000 |
| commit | ed0770e9385c3f22109bcc4b062cfd23c41c6e99 (patch) | |
| tree | f3a042a129f780330f9477393b33691857e3376c | |
| parent | 213f271939d0e2035efe95f6e861ea93bdd4fa77 (diff) | |
Notes
| -rw-r--r-- | share/termcap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/termcap/Makefile b/share/termcap/Makefile index 4d7b31b42be6..dad7023f3f40 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -7,6 +7,8 @@ MAN5= termcap.5 CLEANFILES+= termcap termcap.db +LINKS= ${DESTDIR}${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap +LN_FLAGS= -s all: termcap termcap.db |
