mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: Move termcap.small to share/termcap
Reviewed by: bapt
This commit is contained in:
parent
424383210b
commit
6a42f8ddf5
2 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ SUBDIR+=sendmail
|
|||
|
||||
BIN1= \
|
||||
login.access \
|
||||
termcap.small
|
||||
login.access
|
||||
|
||||
# NB: keep these sorted by MK_* knobs
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ MAN= termcap.5
|
|||
FILES= termcap termcap.db
|
||||
FILESDIR= ${BINDIR}/misc
|
||||
CLEANFILES+= termcap.db
|
||||
CONFS= termcap.small
|
||||
|
||||
.include <bsd.endian.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue