summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
|
* Better fix for style.markm2002-06-211-6/+6
| | | | Suggested by: ru (but modified a bit by markm)
* Style tidy-up.markm2002-06-211-2/+4
|
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldru2002-04-111-4/+0
| | | | | | | | | | breakage with ioctl.c. The .depend file should track dependencies just fine, and the worst we can have is to miss new ioctls. But I still think it's a good idea to have -DNOCLEAN build produce the same ioctl.c as it would without -DNOCLEAN. Prodded for a long time by: bde
* Fix ioctl.c creation to deal with the depend case more properly.jkh2000-09-141-2/+6
| | | | Submitted by: Ruslan Ermilov <ru@sunbay.com>
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.jkh2000-09-141-1/+1
| | | | Approved by: sef
* Make auto-generated ioctl.c to be always considered out of dateru2000-08-011-1/+1
| | | | | | since it could potentially depend on any ${DESTDIR}/usr/include preprocessor file. This fixes the broken -DNOCLEAN world build I experienced yesterday.
* Avoid hardcoding any paths and variables. The include directory mustmarcel1999-12-031-1/+1
| | | | | | | | | | now be specified on the command line. Accept a '-s' option which controls whether a switch-statement is to be used instead of a series of if-statements. Replace cpp with gcc -E. Discussed with: bde
* Make sure DESTDIR is set in the environment of mkioctls. This fixesmarcel1999-12-021-1/+2
| | | | | | | the breakage people have encountered at certain times (for example when the altq_*.h files were removed). $FreeBSD$ tag added.
* -I${.CURDIR}/../..phk1994-11-211-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+12
OpenPOWER on IntegriCloud