# $NetBSD: Makefile,v 1.5 2000/05/09 05:52:54 thorpej Exp $ LIB= ipsec CFLAGS+=-g CPPFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 -I${.CURDIR} -I. -DYY_NO_UNPUT SRCS+= ipsec_strerror.c policy_parse.y policy_token.l SRCS+= ipsec_get_policylen.c ipsec_dump_policy.c LPREFIX+=__libyy YPREFIX+=__libyy YHEADER=1 #.PATH: ${.CURDIR}/../../sys/netkey #SRCS+= pfkey.c pfkey_dump.c #SRCS+= key_debug.c #LFLAGS+= -olex.yy.c MAN= ipsec_set_policy.3 ipsec_strerror.3 MLINKS+=ipsec_set_policy.3 ipsec_get_policylen.3 \ ipsec_set_policy.3 ipsec_dump_policy.3 CLEANFILES+= y.tab.h .include cbef46'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.bin/join
AgeCommit message (Expand)Author
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2011-09-04static + __deadjoerg
2009-04-12Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-02-21Be a good citizen and close files that are no longer used.hubertf
2007-01-14Include nbtool_config.h, to make join(1) buildable as a host tool.apb
2006-01-04de-__P, ANSIfy prototypesperry
2004-07-13Add missing -j to usage; sort as in man page;wiz
2003-10-16safer use of reallocitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-24Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.wiz
2003-03-31shellscripts -> shell scripts (from Igor Sobrado in PR misc/19700)perry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-07-24finish fixing PR#15412jonb
2002-02-14Make the -v flag print data instead of blank lines. Thanks tojonb
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-01Sort sections.wiz
2001-04-04Add section to xref.wiz
2000-06-10Fix another off-by-one error, attempting to output a non-existant field.mycroft
2000-06-10Small bug fixes:mycroft
2000-06-10Don't step off into space after a realloc(). (Get rid of `lastlp'.)mycroft
1999-08-10Fix wrong array size calculation in call to memset() and avoid a possibletron
1999-03-07Clean up SYNOPSIS formatting.mycroft
1998-12-19gcc-2.8.1 wants more braceschristos
1998-10-13include unistd.hwsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-02-03add <unistd.h> to fix compiler warningperry
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>lukem
1997-01-13revert to pre-merged version due to bugs; will fix.tls
1997-01-09RCS ID policetls
1997-01-09Sync to 4.4BSD Lite-2 (minus a number of conflicting bugfixes)tls