summaryrefslogtreecommitdiff
path: root/libexec/rexecd/unit-tests/Makefile
blob: 0a4724eaf11ca9cf8d41518ad4850e270677b42f (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.2 2009/03/16 02:24:56 lukem Exp $

PROG=	rexec
NOMAN=	yes

LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}

.include <bsd.prog.mk>
si 2012-08-26Make order of words in comment consistent with that within otherwiz 2012-05-05rest of previous.dholland 2012-05-05typo in commentdholland 2012-03-20Use C89 function definitionsmatt 2011-09-22Fix unchecked malloc, check for overflow (Maksymilian Arciemowicz)christos 2011-02-24Don't error out while searching for empty directories, from FreeBSD:jmcneill 2011-01-06Fix "-exec blah blah {} +" so it only matches when the {} is last, asdholland 2007-07-19Add the '-E' option to interpret regexes as extended regexes. While wedaniel 2007-07-17eliminate MFSNAMELENchristos 2007-02-06Add -delete from FreeBSD.elad 2007-02-02fix spello (from Anon Ymous)christos 2006-12-14Adapt find to the move of string_to_flags() and flags_to_string() tohe 2006-11-09eliminate alloca use.christos 2006-10-12All members of PLAN should be initialized.tacha 2006-10-11De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.apb 2006-10-07Add support for "find ... -exec ... {} +".apb 2006-08-26More programs using efun.christos 2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg 2006-02-20Add a new primary '-exit n':jschauma 2005-11-09Add -false switch. From man page:reed 2005-10-12This adds -fprint function. The primary name "-fprint" (but not thereed 2005-10-01fix setmode error handling.christos 2004-12-28Attack of the whiteout police, including the "fix whitespace problems"atatat 2004-04-21Replace the statfs() family of system calls with statvfs().christos 2004-03-30Whitespace nitheas 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-08-03Implement -iname for case insensitive matching on file names.provos 2003-07-12strlcpyitojun 2003-01-30Obey preceding - and + on -user when a numeric uid is specified (only).jhawk 2003-01-26With -printx also qoute $ and ` (since they are shell metacharaters).matt 2002-09-27support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-likeprovos 2001-12-02Since we've already been down that road with -cnewer, support GNU find(1)'skleink 2001-12-01Add a "cnewer" primary which evaluates true if a file has a more recentkleink 2001-09-21Reallocate memory correctly while substituting the braces.enami 2001-09-18Back out previous vfork->fork change now that the cause of the problemsimonb 2001-09-14Use fork() instead of vfork(). The child calls execvp(), which callssimonb 2001-02-05fixed nested externschristos