aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* netgraph: teach ngctl to attach and run itself in a jailJamie Gritton2025-08-291-0/+5
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-221-2/+0
* Replace complicated expression to disable libedit when no libthr is being builtWarner Losh2019-07-151-9/+1
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-291-1/+1
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien2007-10-091-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-1/+1
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+1
* The last change is not needed for HEAD.Gleb Smirnoff2007-03-301-1/+1
* Do not build the libedit support if NO_LIBPTHREAD is defined.Gleb Smirnoff2007-03-281-1/+1
* Push the detection of threading libs support down to ngctl/MakefileRuslan Ermilov2006-11-271-0/+7
* Fix "make checkdpadd".Ruslan Ermilov2006-11-261-1/+1
* Add line edit and history support to ngctl(8) via editline(3).Gleb Smirnoff2006-08-071-0/+11
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-261-1/+1
* Add a GraphViz-exporting ngctl(8) "dot" command. You can now createBrian Feldman2004-01-091-1/+1
* Add ngctl "write" command.Archie Cobbs2002-01-221-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-6/+7
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Backout my previous commit, it appearantly doesn't work for asynchronousPoul-Henning Kamp2001-03-171-1/+1
* Add -ledit to ngctl.Poul-Henning Kamp2001-03-161-1/+1
* Experiemntal ascii based device configuration mechanism.Poul-Henning Kamp2000-07-031-1/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+1
* Limit COPTS added by Makefile to just '-Wall'.Archie Cobbs1999-10-281-4/+2
* Remove extraneous -I compile flag that was used during testing.Archie Cobbs1999-10-271-1/+0
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+15