1e127d86d1
remove special ttyaction hook from etc/etc.sun[23]/Makefile.inc, it's no longer needed ld.so.conf is ${MACHINE}-specific, the code happened to work for i386 and sparc only because ${MACHINE} == ${MACHINE_ARCH} there remove basesrc/etc/ld.so.conf and its special vax/ns32k/m68k hook in Makefile - vax & m68k are ELF now, and ns32k doesn't need to be handled here
15 lines
352 B
Makefile
15 lines
352 B
Makefile
# $NetBSD: Makefile.inc,v 1.16 2002/12/17 15:55:01 jdolecek Exp $
|
|
#
|
|
# etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC GENERIC3X DISKLESS DISKLESS3X
|
|
|
|
EXTRA_KERNELS= INSTALL INSTALL3X
|
|
|
|
BUILD_KERNELS= RAMDISK RAMDISK3X
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
installation/netboot \
|
|
installation/tapeimage
|