X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/41a2c555d8993b200d28bf1fa33eebd8388950f7..f14763b62d364f4921ecf13fcfdc9e2996b8e35e:/jot/Makefile diff --git a/jot/Makefile b/jot/Makefile index 3993c7b..0dde41c 100644 --- a/jot/Makefile +++ b/jot/Makefile @@ -4,7 +4,7 @@ Install_Dir = /usr/bin CFILES = jot.c MANPAGES = jot.1 -Extra_CC_Flags = -Wall -mdynamic-no-pic +Extra_CC_Flags = -Wall -D__FBSDID=__RCSID Extra_LD_Flags = -dead_strip include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make