diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-11-10 06:35:24 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-10 06:35:24 +0000 |
| commit | ac1b417f7ca059d725d4b9f28167a51db692594c (patch) | |
| tree | 61587169f60dd7e60bbcdacc95aa45ceffe94777 /lib/libcompat | |
| parent | 2b81c773d8430412b48f24aa1d55962b8e2cd6d9 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index c9ba0ec1563b..f57107ee6f0d 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -14,10 +14,6 @@ NOPIC= # XXX MISSING: tell.c vlimit.c vtimes.c SRCS+= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c -.if (${MACHINE_ARCH} == "vax") -SRCS+= reset.s -.endif - MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 4.1/vlimit.3 4.1/vtimes.3 MAN3+= 4.1/cftime.3 @@ -27,20 +23,7 @@ MLINKS+=cftime.3 ascftime.3 # compat 4.3 sources # XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c SRCS+= cfree.c lsearch.c regex.c rexec.c - -.if (${MACHINE_ARCH} == "hp300" || ${MACHINE_ARCH} == "luna68k") -SRCS+= insque.s remque.s -.elif (${MACHINE_ARCH} == "i386") -SRCS+= insque.c remque.c -.elif (${MACHINE_ARCH} == "mips") -SRCS+= insque.c remque.c -.elif (${MACHINE_ARCH} == "sparc") SRCS+= insque.c remque.c -.elif (${MACHINE_ARCH} == "tahoe") -SRCS+= nargs.s insque.s remque.s -.elif (${MACHINE_ARCH} == "vax") -SRCS+= nargs.s insque.s remque.s -.endif # XXX MISSING: ecvt.0 MAN3+= 4.3/cfree.3 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3 |
