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