From 031dc9ef078da2fcf6e804447f5782f12f70725e Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 10 Jun 2025 01:31:24 -0400 Subject: usr.sbin: Add initial installer sources Signed-off-by: Ian Moffett --- usr.sbin/install/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr.sbin/install/Makefile (limited to 'usr.sbin/install/Makefile') diff --git a/usr.sbin/install/Makefile b/usr.sbin/install/Makefile new file mode 100644 index 0000000..36c5969 --- /dev/null +++ b/usr.sbin/install/Makefile @@ -0,0 +1,6 @@ +include user.mk + +CFILES = $(shell find . -name "*.c") + +$(ROOT)/base/usr/sbin/install: + gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS) -- cgit v1.2.3