84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
17 lines
658 B
Makefile
17 lines
658 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 1998/02/14 20:20:44 kleink Exp $
|
|
|
|
.PATH: ${.CURDIR}/termios
|
|
|
|
# Not supported by Minix: tcgetsid.c
|
|
SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
|
|
cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \
|
|
tcsendbreak.c tcsetattr.c tcsetpgrp.c
|
|
|
|
MAN+= tcgetpgrp.3 tcgetsid.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3
|
|
|
|
MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 \
|
|
tcsendbreak.3 tcflush.3
|
|
MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfgetispeed.3 \
|
|
tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfmakeraw.3 \
|
|
tcsetattr.3 cfsetispeed.3 tcsetattr.3 cfsetospeed.3 \
|
|
tcsetattr.3 cfsetspeed.3
|