summaryrefslogtreecommitdiff
path: root/usr.bin/elf2aout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/elf2aout/Makefile')
-rw-r--r--usr.bin/elf2aout/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile
new file mode 100644
index 00000000000..b90e62f07e8
--- /dev/null
+++ b/usr.bin/elf2aout/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 1996/12/22 15:03:32 graichen Exp $
+
+PROG= elf2aout
+
+.include <bsd.prog.mk>