diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-11-23 15:55:28 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-11-23 15:55:28 +0000 |
| commit | 83b912c6e6fb1d49bc0d6a92c9a8d128618a6192 (patch) | |
| tree | f4398a8d26f06eeb775b83cae402a7e2ba761d8a /sys/boot | |
| parent | 8967d5f42e9e15a441c15a353e80ec351b22e1b7 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ficl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index c2b0bd4b67c1..9329528eed0f 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,11 +1,13 @@ # $FreeBSD$ # +.PATH: ${.CURDIR}/${MACHINE_ARCH} + LIB= ficl NOPROFILE= yes INTERNALLIB= yes INTERNALSTATICLIB= yes -BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c -SRCS= ${BASE_SRCS} ${MACHINE_ARCH}/sysdep.c softcore.c +BASE_SRCS= dict.c ficl.c math64.c stack.c sysdep.c vm.c words.c +SRCS= ${BASE_SRCS} softcore.c CLEANFILES= softcore.c testmain # Standard softwords |
