diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-09-02 00:26:31 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-09-02 00:26:31 +0000 |
commit | d31a63c2e89ebcec9fa967f81bc07c7fd837c2f8 (patch) | |
tree | 966fc3af3ef23708ddacc6a013acf3c0ae14033a /regress/usr.sbin/syslogd/Makefile | |
parent | cd715dc73ecad126f91ff303f1bf9953df6bdd7f (diff) |
Add tests that run the syslogd signal handlers.
Diffstat (limited to 'regress/usr.sbin/syslogd/Makefile')
-rw-r--r-- | regress/usr.sbin/syslogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/syslogd/Makefile b/regress/usr.sbin/syslogd/Makefile index e6321443204..988a01a9cff 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/08/29 21:55:55 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2014/09/02 00:26:30 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -24,7 +24,7 @@ regress: ARGS != cd ${.CURDIR} && ls args-*.pl TARGETS ?= ${ARGS} REGRESS_TARGETS = ${TARGETS:S/^/run-regress-/} -CLEANFILES += *.log *.pem *.crt *.key syslogd.conf stamp-* +CLEANFILES += *.log *.log.? *.pem *.crt *.key syslogd.conf stamp-* CLEANFILES += ktrace.out *.ktrace *.fstat .MAIN: all |