aboutsummaryrefslogtreecommitdiffstats
path: root/regress/expand/Makefile
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2013-01-03 14:55:52 +0100
committerEric Faurot <eric@faurot.net>2013-01-03 14:55:52 +0100
commitadfbcd7026560c6f14f7459bb20ec7e1601dcd8d (patch)
tree5c4447ee257f6939ed4a0934a6555fdeb07b9377 /regress/expand/Makefile
parenttypo and add missing file to build (diff)
downloadOpenSMTPD-adfbcd7026560c6f14f7459bb20ec7e1601dcd8d.tar.xz
OpenSMTPD-adfbcd7026560c6f14f7459bb20ec7e1601dcd8d.zip
merge with master
Diffstat (limited to 'regress/expand/Makefile')
-rw-r--r--regress/expand/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/expand/Makefile b/regress/expand/Makefile
new file mode 100644
index 00000000..aa1781c9
--- /dev/null
+++ b/regress/expand/Makefile
@@ -0,0 +1,6 @@
+PROG= expand
+NOMAN= 1
+
+LDFLAGS+= -lutil
+
+.include <bsd.prog.mk>