diff options
author | markm <markm@FreeBSD.org> | 1995-09-13 17:24:36 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-09-13 17:24:36 +0000 |
commit | a0abe974dcbe8baf67801350e0a6f72eb7f85c05 (patch) | |
tree | 5b00d07146d1b776c12e3e837dd1ab23b0c09611 /eBones/lib/Makefile | |
parent | 6259a6267615aafc360cdc8ce52b5ed31c1a0187 (diff) | |
download | FreeBSD-src-a0abe974dcbe8baf67801350e0a6f72eb7f85c05.zip FreeBSD-src-a0abe974dcbe8baf67801350e0a6f72eb7f85c05.tar.gz |
After the Great eBones Repository Copy (tm), make ebones actually
compile
1) remove rubbish no longer needed
2) correct existing Makefiles
3) add new makefiles where needed
4) correct code, header files and man pages where necessary
PLEASE NOTE - after this you will need to make install in eBones/include,
and mamake obj depend all install in eBones/lib before doing a
make obj depend all install in eBones/. (I am going 6to fix src/Makefile
next)
PS - I hate slow international links - apologies for all the typos
Diffstat (limited to 'eBones/lib/Makefile')
-rw-r--r-- | eBones/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eBones/lib/Makefile b/eBones/lib/Makefile new file mode 100644 index 0000000..37f0442 --- /dev/null +++ b/eBones/lib/Makefile @@ -0,0 +1,6 @@ +# From: @(#)Makefile 5.1 (Berkeley) 6/25/90 +# $Id$ + +SUBDIR= libacl libkadm libkdb libkrb + +.include <bsd.subdir.mk> |