diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
| commit | a0d351b26be784ec2f31673b9c873781f01bad63 (patch) | |
| tree | 5d0d134564f782e2ea5841c289a150806df6ba7c /eBones/include/Makefile | |
| parent | fcc0587080d3250a509550d7222e70e6cdc7d281 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvs
'RELENG_2_2_2_RELEASE'.
This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'eBones/include/Makefile')
| -rw-r--r-- | eBones/include/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/eBones/include/Makefile b/eBones/include/Makefile deleted file mode 100644 index d4293c96a846..000000000000 --- a/eBones/include/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# from: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.7 1996/07/30 21:15:58 markm Exp $ - -FILES= kparse.h krb.h krb_db.h - -NOOBJ= noobj -NOMAN= noman -CFLAGS+= KERBEROS - -all include clean cleandir depend lint tags: - -beforeinstall: -.for i in ${FILES} - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \ - ${DESTDIR}/usr/include/kerberosIV/$i -.endfor - -.include <bsd.prog.mk> |
