summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Expand)Author
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-24Fix typo in last changeNiklas Hallqvist
1996-11-24Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-sNiklas Hallqvist
1996-11-23Add overrideable INSTALL variableNiklas Hallqvist
1996-11-14correct last fix.Michael Shalayeff
1996-11-14correct LINKS usageMichael Shalayeff
1996-10-22Sync with FreeBSDNiklas Hallqvist
1996-10-01Automagically support building man pages with tbl(1).Jason Downs
1996-09-16Document this better.Jason Downs
1996-09-16Add $STATIC.Jason Downs
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-08-23OK this time for real: Support MAKEOBJDIR, and force the obj rule.Niklas Hallqvist
1996-08-23Support MAKEOBJDIR. Change "obj" rule to be forced.Niklas Hallqvist
1996-08-23Merge changes from FreeBSDNiklas Hallqvist
1996-08-19Don't provide all/clean/etc if they don't 'em.Jason Downs
1996-08-19Don't redefine MANALLJason Downs
1996-08-05Don't do "ranlib -t" if installed with "-p" since that preservesTodd C. Miller
1996-08-01Comment my recent changeNiklas Hallqvist
1996-08-01Support BSDSRCDIR setupsNiklas Hallqvist
1996-07-27default file owner should be root for NFS diskless securityTheo de Raadt
1996-07-22make COPTS work in bsd.lib.mk tooTheo de Raadt
1996-06-30Our tar(1) now lives in /binThorsten Lockert
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt
1996-06-10Reintroduce the long patch(1) optionsNiklas Hallqvist
1996-06-03Use our ftp & patchNiklas Hallqvist
1996-06-03Install the bsd.port*mk files tooNiklas Hallqvist
1996-06-03Initial import of "ports" mk-files from FreeBSD, probably needs workNiklas Hallqvist
1996-06-03always instal ${POSTINSTALL} program, if there is one.Michael Shalayeff
1996-06-02Add LIBOLDCURSESThorsten Lockert
1996-05-27Stripping lkm's on install is a bad idea. Don't do it.Thorsten Lockert
1996-05-25Added support for Mips ELF shlib build. Snapshot status.Per Fogelstrom
1996-05-22syncTheo de Raadt
1996-05-13Fix CCPFLAGS when DESTDIR set, formerly in sys.mk, been away for aNiklas Hallqvist
1996-04-22sync with netbsd 960418Theo de Raadt
1996-04-18Revert last fix. a couple of hot mkdir,chmod,chown couldMichael Shalayeff
1996-04-18Add ${LKMDIR} automatic creation (just in case mtree not ran).Michael Shalayeff
1996-03-29From NetBSD: merge of 960317Niklas Hallqvist
1996-03-26Revert last change which lost the functionality introduced in rev 1.4Niklas Hallqvist
1996-03-16Workaround for testing of Makefile.bsd-wrapper encountered while portingetheisen
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
1996-03-05Fix seemed to be a bug.Michael Shalayeff
1996-03-05Labeling style changed ($OpenBSD$).Michael Shalayeff
1996-03-02Define directory and modes for LKM installsThorsten Lockert
1996-02-25Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.Michael Shalayeff
1996-02-22From NetBSD:Niklas Hallqvist
1996-02-02from netbsd: Use the `-q' option to tsort(1). From der MouseNiklas Hallqvist
1996-02-02We don't have the EXPORTABLE_SYSTEM variableNiklas Hallqvist
1996-02-02from netbsd: clean up bits that state which man page section numbersNiklas Hallqvist
1996-01-15from betbsd:Theo de Raadt
1996-01-01s/NetBSD/OpenBSD/davem