![matthias](/assets/img/avatar_default.png)
With the kern/genassym.sh script HOSTED_CC is no longer used to create assym.h files. This should make crosscompilation easier.
10 lines
362 B
Makefile
10 lines
362 B
Makefile
# $NetBSD: Makefile,v 1.17 1997/01/30 09:37:39 matthias Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
MAN= adduser.8 compat_linux.8 compat_freebsd.8 compat_sunos.8 \
|
|
compat_svr4.8 diskless.8 genassym.sh.8 intro.8 rc.8 sticky.8 yp.8
|
|
SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \
|
|
man8.sparc man8.sun3 man8.vax
|
|
|
|
.include <bsd.prog.mk>
|