aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.Dag-Erling Smørgrav2004-03-231-76/+0
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-31/+0
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-4/+4
* Fixed the BINGRP handling mess.Ruslan Ermilov2001-09-131-3/+3
* Sort SRCS.Thomas Gellekum2001-08-031-2/+2
* - Fix file names <:-(,Thomas Gellekum2001-07-301-14/+12
* Fix bugs introduced in 1.26:Thomas Gellekum2001-07-261-10/+8
* Fix breakage introduced in rev 1.26, with the introduction ofSheldon Hearn2001-07-251-3/+3
* Remove non-existent (missing?) fonts.alias from beforeinstall: targetAndrey A. Chernov2001-07-241-1/+1
* Add -I${.OBJDIR} to pick generated font*.hAndrey A. Chernov2001-07-241-1/+1
* Rewrite video emulation. Features:Thomas Gellekum2001-07-241-7/+30
* Install a VGA font for the X11 mode. Use a line likeThomas Gellekum2000-06-231-5/+13
* Oops, revert previous commitKris Kennaway2000-05-071-2/+2
* Update device references.Kris Kennaway2000-05-071-2/+2
* Add and document a NO_X knob to force disabling of X support in doscmdKris Kennaway2000-03-191-2/+2
* Don't build with X support if DESTDIR is defined. This preventsMarcel Moolenaar2000-01-051-21/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* X11 include directory may not actually contain any header file, check forLuoqi Chen1999-04-171-2/+2
* Disable setgid kmem for now.Warner Losh1999-03-161-2/+2
* Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead ofBruce Evans1999-02-171-5/+5
* Look for aout X libraries at the right place.Luoqi Chen1999-02-161-4/+10
* Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel,Bruce Evans1999-02-151-2/+2
* Use the new variable NEED_LIBNAMES instead of includingJohn Polstra1999-01-221-2/+2
* ELFize. In fact, doscmd is ELF natural -- there is no need for a loaderLuoqi Chen1998-09-241-1/+15
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-3/+3
* ELF preparation step 2:Søren Schmidt1998-05-261-3/+3
* Honour -static in LDFLAGS.Bruce Evans1998-03-211-9/+8
* Fixed DPADD. ${LIBGCC} must be added explicitly since the defaultBruce Evans1997-12-161-13/+22
* Add support for EMS emulation to doscmd. This requires changing theJonathan Lemon1997-09-301-8/+14
* Make X11 support in doscmd dependent on the actual libX11.a library andJonathan Lemon1997-08-281-2/+2
* Clean up Makefile, make compiling in X support dependent on ${X11BASE}.Jonathan Lemon1997-08-181-26/+14
* Add support for XMS memory to doscmd.Jonathan Lemon1997-08-151-7/+5
* Cleanup and use /usr/libdata/doscmd nowAndrey A. Chernov1997-08-121-8/+6
* Build instbsdi.exe in obj directory (make world stopper)Andrey A. Chernov1997-08-091-4/+4
* Add a valuable binary that enables I/O to U**X mounted disks.John Dyson1997-08-091-1/+4
* Add the makefile for doscmd.John Dyson1997-08-091-0/+61