diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
| commit | b3ea8abeca50df2e24167770d1e7484f1f877a7d (patch) | |
| tree | f52b0378ac88b8ff9690c4e21a65813ff1177ed1 /lib/libcom_err/Makefile | |
| parent | 9164545f1ea589d7d2f682fd09efd4fa85fd3480 (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
| -rw-r--r-- | lib/libcom_err/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile new file mode 100644 index 000000000000..65a3ffd212ad --- /dev/null +++ b/lib/libcom_err/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +LIB= com_err +SRCS= com_err.c error.c +INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h +MAN= com_err.3 +COM_ERRDIR= ${.CURDIR}/../../contrib/com_err +CFLAGS+= -I${COM_ERRDIR} + +SUBDIR= doc + +.include <bsd.lib.mk> + +.PATH: ${COM_ERRDIR} |
