Add the motherload of Makefiles to install all these fun forms and scripts.
I think writing these makefiles takes longer than writing the menu items themselves.. ;)
This commit is contained in:
parent
edfa017784
commit
19b9c78e4c
11
share/sushi/Makefile
Normal file
11
share/sushi/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:32 garbled Exp $
|
||||
|
||||
SUBDIR= info install scripton scriptoff system users
|
||||
|
||||
FILES= help index
|
||||
FILESDIR=${BINDIR}/sushi
|
||||
MKOBJ= no
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
11
share/sushi/info/Makefile
Normal file
11
share/sushi/info/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:33 garbled Exp $
|
||||
|
||||
SUBDIR= programming
|
||||
|
||||
FILES= index
|
||||
FILESDIR=${BINDIR}/sushi/info
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
11
share/sushi/info/programming/Makefile
Normal file
11
share/sushi/info/programming/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:33 garbled Exp $
|
||||
|
||||
SUBDIR= basics execapi formapi helpapi i18n indexapi scriptapi searchpaths
|
||||
|
||||
FILES= index help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
8
share/sushi/info/programming/basics/Makefile
Normal file
8
share/sushi/info/programming/basics/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:33 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/basics
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/execapi/Makefile
Normal file
8
share/sushi/info/programming/execapi/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:34 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/execapi
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/formapi/Makefile
Normal file
8
share/sushi/info/programming/formapi/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:34 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/formapi
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/i18n/Makefile
Normal file
8
share/sushi/info/programming/i18n/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:34 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/i18n
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/indexapi/Makefile
Normal file
8
share/sushi/info/programming/indexapi/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:35 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/indexapi
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/scriptapi/Makefile
Normal file
8
share/sushi/info/programming/scriptapi/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:35 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/scriptapi
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/info/programming/searchpaths/Makefile
Normal file
8
share/sushi/info/programming/searchpaths/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:35 garbled Exp $
|
||||
|
||||
FILES= help
|
||||
FILESDIR=${BINDIR}/sushi/info/programming/searchpaths
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
11
share/sushi/install/Makefile
Normal file
11
share/sushi/install/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:35 garbled Exp $
|
||||
|
||||
SUBDIR= install installb list remove
|
||||
|
||||
FILES= index help
|
||||
FILESDIR=${BINDIR}/sushi/install
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
10
share/sushi/install/install/Makefile
Normal file
10
share/sushi/install/install/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:36 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/install/install
|
||||
SCRIPTS= script1 script
|
||||
SCRIPTSDIR=${BINDIR}/sushi/install/install
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
10
share/sushi/install/installb/Makefile
Normal file
10
share/sushi/install/installb/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:36 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/install/installb
|
||||
SCRIPTS= script
|
||||
SCRIPTSDIR=${BINDIR}/sushi/install/installb
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/install/list/Makefile
Normal file
8
share/sushi/install/list/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:36 garbled Exp $
|
||||
|
||||
FILES= exec
|
||||
FILESDIR=${BINDIR}/sushi/install/list
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
10
share/sushi/install/remove/Makefile
Normal file
10
share/sushi/install/remove/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:37 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/install/remove
|
||||
SCRIPTS= script1 script
|
||||
SCRIPTSDIR=${BINDIR}/sushi/install/remove
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/scriptoff/Makefile
Normal file
8
share/sushi/scriptoff/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:37 garbled Exp $
|
||||
|
||||
FILES= func
|
||||
FILESDIR=${BINDIR}/sushi/scriptoff
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/scripton/Makefile
Normal file
8
share/sushi/scripton/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:37 garbled Exp $
|
||||
|
||||
FILES= func
|
||||
FILESDIR=${BINDIR}/sushi/scripton
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
11
share/sushi/system/Makefile
Normal file
11
share/sushi/system/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:37 garbled Exp $
|
||||
|
||||
SUBDIR= rcconf
|
||||
|
||||
FILES= index
|
||||
FILESDIR=${BINDIR}/sushi/system
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
10
share/sushi/system/rcconf/Makefile
Normal file
10
share/sushi/system/rcconf/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:38 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/system/rcconf
|
||||
SCRIPTS= script script1 script2 script3
|
||||
SCRIPTSDIR=${BINDIR}/sushi/system/rcconf
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
11
share/sushi/users/Makefile
Normal file
11
share/sushi/users/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:38 garbled Exp $
|
||||
|
||||
SUBDIR= adduser deluser disuser listuser
|
||||
|
||||
FILES= index
|
||||
FILESDIR=${BINDIR}/sushi/users
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
10
share/sushi/users/adduser/Makefile
Normal file
10
share/sushi/users/adduser/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:38 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/users/adduser
|
||||
SCRIPTS= script script1 script2 script3
|
||||
SCRIPTSDIR=${BINDIR}/sushi/users/adduser
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
10
share/sushi/users/deluser/Makefile
Normal file
10
share/sushi/users/deluser/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:39 garbled Exp $
|
||||
|
||||
FILES= form preform
|
||||
FILESDIR=${BINDIR}/sushi/users/deluser
|
||||
SCRIPTS= script script1 script2
|
||||
SCRIPTSDIR=${BINDIR}/sushi/users/deluser
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
10
share/sushi/users/disuser/Makefile
Normal file
10
share/sushi/users/disuser/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:39 garbled Exp $
|
||||
|
||||
FILES= form
|
||||
FILESDIR=${BINDIR}/sushi/users/disuser
|
||||
SCRIPTS= script1 script
|
||||
SCRIPTSDIR=${BINDIR}/sushi/users/disuser
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
8
share/sushi/users/listuser/Makefile
Normal file
8
share/sushi/users/listuser/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:40 garbled Exp $
|
||||
|
||||
SCRIPTS= script
|
||||
SCRIPTSDIR=${BINDIR}/sushi/users/listuser
|
||||
MKOBJ= no
|
||||
|
||||
.include "../../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user