diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile deleted file mode 100644 index 30e7248..0000000 --- a/usr.sbin/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -CC = -LD = -LIBC = -USRDIR = - -.PHONY: all -all: - cd init/; make CC=$(CC) USRDIR=$(USRDIR) LIBC=$(LIBC) |