diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 07:10:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-12 07:10:57 +0000 |
| commit | a2e238f9aa24a0730c2d7ad097af3eca73d92804 (patch) | |
| tree | c200ed1766d7b2d94612c70015e0547ba6b685a0 /lib/libcom_err/Makefile | |
| parent | a6e6861d659c88d002848c9fda5e16376068ada3 (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
| -rw-r--r-- | lib/libcom_err/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 2ebbbaf2db37..a5325c6a8aea 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.4 1996/09/04 22:22:46 bde Exp $ +# $Id: Makefile,v 1.5 1997/01/12 05:03:28 peter Exp $ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c MAN3= com_err.3 -#SUBDIR= doc +SUBDIR= doc beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \ |
