aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap_cmds/migcom.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap_cmds/migcom.tproj/Makefile')
-rw-r--r--bootstrap_cmds/migcom.tproj/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/bootstrap_cmds/migcom.tproj/Makefile b/bootstrap_cmds/migcom.tproj/Makefile
new file mode 100644
index 0000000..150a059
--- /dev/null
+++ b/bootstrap_cmds/migcom.tproj/Makefile
@@ -0,0 +1,24 @@
+PROG= migcom
+SRCS= error.c \
+ global.c \
+ header.c \
+ mig.c \
+ routine.c \
+ server.c \
+ statement.c \
+ string.c \
+ type.c \
+ user.c \
+ utils.c \
+ lexxer.l \
+ parser.y
+SCRIPTS= mig.sh
+
+VERSION!= cat ${.CURDIR}/../.apple_version
+
+CFLAGS+=-DMIG_VERSION=\"mig-${VERSION}\"
+
+BINDIR=/usr/libexec/
+SCRIPTSDIR=/usr/bin/
+
+.include <bsd.prog.mk>