From 6d180b1360b19930587764af836c009419cc3365 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 5 Nov 2019 02:30:41 +0000 Subject: Remove picobsd build scripts and the remaining tinyware Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and confirming a removal of these scripts on 2019/10/31, due to significant work needed to bring this into the modern world and nobody having done this work in the past couple of years. No objections or proposed work was raised in response to these postings. The tinyware may see a resurrection into a separate repo for archival purposes if any users of it show interest in doing so. MFC after: never --- release/picobsd/tinyware/oinit/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 release/picobsd/tinyware/oinit/Makefile (limited to 'release/picobsd/tinyware/oinit/Makefile') diff --git a/release/picobsd/tinyware/oinit/Makefile b/release/picobsd/tinyware/oinit/Makefile deleted file mode 100644 index 072bbba8a840..000000000000 --- a/release/picobsd/tinyware/oinit/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# -PROG= oinit - -SH_PATH?= /bin/sh -SH_NAME?= -sh -SH_ARG?= /etc/rc - -CFLAGS= -DSH_PATH=\"${SH_PATH}\" -DSH_NAME=\"${SH_NAME}\" \ - -DSH_ARG=\"${SH_ARG}\" - - -#CFLAGS+= -DUSE_HISTORY -#CFLAGS+= -DOINIT_RC=\"/etc/oinit.rc\" - -#LDADD= -lutil -ledit -ltermcap -LIBADD= util -MAN= - -.include - - -- cgit v1.2.3