11.7Sriastrad#	$NetBSD: list,v 1.7 2025/12/17 20:05:54 riastradh Exp $
21.7Sriastrad
31.7Sriastrad# Touching this file for:
41.7Sriastrad#
51.7Sriastrad# 20251217 new -L argument in CRUNCHGEN_FLAGS for libssh
61.7Sriastrad#
71.7Sriastrad# Feel free to remove this comment when anything else in the file
81.7Sriastrad# changes.
91.1Sgarbled
101.1SgarbledSRCDIRS	bin sbin external/bsd/less/bin crypto/external/bsd/openssh/bin/sshd usr.bin usr.sbin
111.1Sgarbled
121.1SgarbledPROG	bin/cat
131.1SgarbledPROG	bin/chmod
141.1SgarbledPROG	bin/cp
151.1SgarbledPROG	bin/dd
161.1SgarbledPROG	bin/df
171.1SgarbledPROG	bin/ed
181.1SgarbledPROG	bin/ln
191.1SgarbledPROG	bin/ls
201.1SgarbledPROG	bin/mkdir
211.1SgarbledPROG	bin/mv
221.1SgarbledPROG	bin/pax		usr/bin/tar
231.1SgarbledPROG	bin/pwd
241.1SgarbledPROG	bin/rm
251.1SgarbledPROG	bin/rmdir
261.1SgarbledPROG	bin/sh
271.1SgarbledPROG	bin/stty
281.1SgarbledPROG	bin/sync
291.1SgarbledPROG	bin/sleep
301.1Sgarbled
311.1SgarbledPROG	sbin/chown	bin/chgrp
321.1SgarbledPROG	sbin/disklabel
331.1SgarbledPROG	sbin/fdisk
341.1SgarbledPROG	sbin/fsck
351.1SgarbledPROG	sbin/fsck_msdos
361.1SgarbledPROG	sbin/fsck_ffs
371.1SgarbledPROG	sbin/gpt
381.1SgarbledPROG	sbin/ifconfig
391.1SgarbledPROG	sbin/init
401.1SgarbledPROG	sbin/mknod
411.1SgarbledPROG	sbin/mount
421.1SgarbledPROG	sbin/mount_cd9660
431.1SgarbledPROG	sbin/mount_ext2fs
441.1SgarbledPROG	sbin/mount_ffs
451.1SgarbledPROG	sbin/mount_kernfs
461.1SgarbledPROG	sbin/mount_msdos
471.1SgarbledPROG	sbin/mount_nfs
481.1SgarbledPROG	sbin/mount_tmpfs
491.1SgarbledPROG	sbin/newfs	sbin/mount_mfs
501.1SgarbledPROG	sbin/newfs_ext2fs
511.1SgarbledPROG	sbin/ping
521.1SgarbledPROG	sbin/reboot	sbin/halt
531.1SgarbledPROG	sbin/restore	sbin/rrestore
541.1SgarbledPROG	sbin/route
551.1SgarbledPROG	sbin/shutdown
561.1SgarbledPROG	sbin/slattach
571.1SgarbledPROG	sbin/swapctl
581.1SgarbledPROG	sbin/umount
591.1Sgarbled
601.1SgarbledPROG	usr/bin/ftp
611.1SgarbledPROG	usr/bin/tip	usr/bin/cu
621.1SgarbledPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
631.1SgarbledPROG	usr/bin/less	usr/bin/more
641.1SgarbledPROG	usr/bin/sed
651.1SgarbledPROG	usr/bin/tset
661.1Sgarbled
671.1SgarbledPROG	usr/sbin/chroot
681.1SgarbledPROG	usr/sbin/sshd
691.1Sgarbled
701.1SgarbledSPECIAL	ed		srcdir	distrib/utils/x_ed
711.1SgarbledSPECIAL	gzip		srcdir	distrib/utils/x_gzip
721.1SgarbledSPECIAL	ping		srcdir	distrib/utils/x_ping
731.1SgarbledSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
741.1SgarbledSPECIAL	route		srcdir	distrib/utils/x_route
751.1SgarbledSPECIAL	umount		srcdir	distrib/utils/x_umount
761.1SgarbledSPECIAL sshd		srcdir	crypto/external/bsd/openssh/bin/sshd
771.1SgarbledSPECIAL sshd		keepsymbols allow_severity deny_severity
781.1Sgarbled
791.6SchristosLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop    -lssh -lcrypto -lpthread
801.1Sgarbled
811.1Sgarbled# init invokes the shell as -sh
821.1SgarbledARGVLN	sh -sh
831.1Sgarbled
841.1Sgarbled# we need the boot blocks /usr/mdec
851.1Sgarbled#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
861.1Sgarbled
871.1Sgarbled# various files that we need in /etc for the install
881.1SgarbledCOPY	${NETBSDSRCDIR}/etc/group		etc/group
891.1SgarbledCOPY	${CURDIR}/master.passwd	etc/master.passwd 600
901.1SgarbledCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
911.1SgarbledCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
921.1SgarbledCOPY	${DISTRIBDIR}/common/services		etc/services
931.1Sgarbled
941.1Sgarbled# and the installation tools
951.1SgarbledCOPY	${CURDIR}/dot.profile		.profile
961.1SgarbledCOPY	${CURDIR}/inst.profile		inst/.profile
971.1SgarbledCOPY	${CURDIR}/sshd_config		etc/ssh/sshd_config
981.2SmartinCOPY	${CURDIR}/ssh_host_rsa_key	etc/ssh/ssh_host_rsa_key 600
99