get rid of main.c and references to it, it has been unused for a while now
[systembsd.git] / Makefile
index 48d3b873b75a87df6219b8c18fa5c301e77a3a21..9664f9e899f29474ec6ebe759dc855ca196f4818 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,6 @@ INVOKE_GENFILE_SCRIPT= \
 all: build
 
 build: _build_interface_objs
-       $(CC) -o bin/out.bin $(CFLAGS) $(GLIBEF) $(SRCDIR)/main.c
 
 clean:
        find ./bin -type f -exec rm {} \;