aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/ipcs/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 18:13:21 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 18:13:21 -0400
commit3f3d80fb7c2117173c81cc1f95903c9bb2657e61 (patch)
tree95c955f9e0be9ddf5f18bcf2e3791abd743efbcc /file_cmds/ipcs/Makefile
parent66636e9ea1d56d5215307152895a0fff7ae26541 (diff)
downloadapple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.tar.gz
apple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.tar.zst
apple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.zip
file_cmds: Fix ipcs
Diffstat (limited to 'file_cmds/ipcs/Makefile')
-rw-r--r--file_cmds/ipcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/ipcs/Makefile b/file_cmds/ipcs/Makefile
index 02c7fba..4ed7df4 100644
--- a/file_cmds/ipcs/Makefile
+++ b/file_cmds/ipcs/Makefile
@@ -1,5 +1,7 @@
PROG= ipcs
+CFLAGS+=-Duser32_time_t=user_time_t -Duser32_addr_t=user_addr_t -Duser64_time_t=user_time_t
+
BINDIR=/bin
.include <bsd.prog.mk>