mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
51e78bed9c
models for surface mobility, impact ionization and photo-generation. Quasi-three-dimensional simulation of cylindrically-symmetric devices is also supported. PR: 14686 Submitted by: Gianlorenzo Masini <masini@uniroma3.it>
31 lines
822 B
Plaintext
31 lines
822 B
Plaintext
*** utils/imakesrc/aelimake.orig Fri Jan 15 18:49:29 1999
|
|
--- utils/imakesrc/aelimake Fri Jan 15 18:51:03 1999
|
|
***************
|
|
*** 7,14 ****
|
|
# system is one of: $SYS_LIST
|
|
|
|
! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS"
|
|
|
|
# Templates directory:
|
|
! imake="/tmp/release/utils/imakesrc"
|
|
|
|
# local things are to be used...
|
|
--- 7,14 ----
|
|
# system is one of: $SYS_LIST
|
|
|
|
! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS FBSD"
|
|
|
|
# Templates directory:
|
|
! imake=${WRKDIR}/utils/imakesrc
|
|
|
|
# local things are to be used...
|
|
***************
|
|
*** 62,64 ****
|
|
fi
|
|
|
|
! /tmp/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"
|
|
--- 62,64 ----
|
|
fi
|
|
|
|
! ${X11BASE}/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"
|