]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - chroot/Makefile
shell_cmds-170.tar.gz
[apple/shell_cmds.git] / chroot / Makefile
diff --git a/chroot/Makefile b/chroot/Makefile
deleted file mode 100644 (file)
index cb53772..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Project = chroot
-Install_Dir = /usr/sbin
-
-CFILES = chroot.c
-MANPAGES = chroot.8
-
-Extra_CC_Flags = -Wall
-Extra_LD_Flags = -dead_strip
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make