summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
committerIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
commit236963e7563be3e3f8220dac7bb4af446928e194 (patch)
treee521ea226db0345bbb3679fffe09d96254b7dc73 /usr.sbin/Makefile
parent214eadc62b5578f76c98a38a28f8b3d80ac4d6ad (diff)
Clean out for expt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile8
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)