summaryrefslogtreecommitdiffstats
path: root/usr.bin/asa
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+17
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+18
|/ | | | Requested by: Simon Gerraty <sjg@juniper.net>
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* mdoc(7) police: minor markup nits.ru2002-05-301-11/+23
|
* #include <unistd.h> for getopt() and friends.tjr2002-05-151-0/+1
| | | | | PR: 36130 Approved by: mike
* Use getopt() to reject options (asa has none), and to the "--" end of optionstjr2002-05-152-21/+38
| | | | | | | | marker. Exit non-zero if we cannot open one of the input files. Update standards conformance and exit status statements in manual page. PR: 36130 Approved by: mike
* Remove __P,tjr2002-05-151-7/+3
| | | | | | | | | Don't prototype main(), C89-style function declarations, char **argv -> char *argv[] for main() PR: 36130 Approved by: mike
* style(9): remove space between function name and opening parentheses,tjr2002-05-151-23/+21
| | | | | | | | sort variables, NULL is the null-pointer constant, remove unnecessary braces. PR: 36130 Approved by: mike
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controltjr2002-05-153-0/+221
characters. PR: 36130 Approved by: mike Obtained from: NetBSD
OpenPOWER on IntegriCloud