aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/elf2exe/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of Alpha.Marcel Moolenaar2006-08-021-7/+0
| | | | Notes: svn path=/head/; revision=160929
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* o Don't use long for 64 bit variables. Use u_int64_t instead.Marcel Moolenaar1999-12-171-1/+1
| | | | | | | | | o Fix printf format specifiers on Alpha and add i386 version. o Minor style fixes while there. o Add -Wall compiler option. Notes: svn path=/head/; revision=54747
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* ELF to EXE converter for ARC BIOS / AlphaBIOS booting.Stefan Eßer1999-07-281-0/+9
Notes: svn path=/cvs2svn/branches/SE/; revision=49182