]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - jot/Makefile
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / jot / Makefile
index 3993c7b15c999357585b06897cf827c113d0445a..6abd3b5d78095fd5f19f2dd6716e19a066cffeb1 100644 (file)
@@ -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 -mdynamic-no-pic -D__FBSDID=__RCSID
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make