aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/iosim.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/iosim.tproj/Makefile')
-rw-r--r--system_cmds/iosim.tproj/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/system_cmds/iosim.tproj/Makefile b/system_cmds/iosim.tproj/Makefile
new file mode 100644
index 0000000..f573337
--- /dev/null
+++ b/system_cmds/iosim.tproj/Makefile
@@ -0,0 +1,8 @@
+PROG= iosim
+
+CFLAGS+=-I${.CURDIR}/../at.tproj
+LDADD+=-framework CoreFoundation -framework IOKit
+
+BINDIR=/usr/bin
+
+.include <bsd.prog.mk>