]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - jot/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / jot / Makefile
index 3993c7b15c999357585b06897cf827c113d0445a..0dde41cd7e87a7d0cd7ac470c6dcedf0aa9a9b74 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 -D__FBSDID=__RCSID
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make