500db00274
Exceptions that need a lower level are: getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd hpropd ipropd-master ipropd-slave kadmind kpasswdd
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/16 02:24:56 lukem Exp $
|
|
|
|
PROG= rexec
|
|
NOMAN= yes
|
|
|
|
LDADD+= -lcompat
|
|
DPADD+= ${LIBCOMPAT}
|
|
|
|
.include <bsd.prog.mk>
|