summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/Makefile.inc
AgeCommit message (Collapse)Author
1997-06-20oops, pointed out by Theogrr
1997-06-19Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr
mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-04Change clean/depend targets to allow inclusion of Makefile.incTodd C. Miller
where there is already a depend: target.
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-09-23add OpenBSD tag.Michael Shalayeff
1996-09-20fix makefiles. cleanup, addopt for boot.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt