blob: ebc7809c601c91cd8faf65b47a7519b8ea7dc293 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92
# Modified by Andy Dougherty <doughera@lafcol.lafayette.edu> 4 Oct. 1994
# The -X18 is only if you are using the Greenhills compiler.
ccflags="$ccflags -X18"
usemymalloc='y'
echo " "
echo "NOTE: You may have to take out makefile dependencies on the files in"
echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A"
echo "simple 'grep -v /usr/include/ makefile' should suffice."
|