mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
acf217b342
I notice info(1) has some problems moving back and forth through the resulting info file, but emacs doesn't, so i figure it's rather a problem with info(1) itself. To the least, this file installs now finally.
8 lines
197 B
Makefile
8 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
INFO= com_err
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_com_err= "* libcom_err: (com_err). A Common Error Description Library for UNIX."
|
|
|
|
.include <bsd.info.mk>
|