diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 01:20:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 01:20:27 +0000 |
| commit | 3ee49aeb72fe1ec45bca3ba8a37bb230ee5b4b2b (patch) | |
| tree | 17f16110e3355a65032ab0b5f76f2fc67cc85270 /lib/libc/sys | |
| parent | 828c63ae1579b1bebfb2e6397c66c391f5fb5fbc (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 02cf3a6d196e..e1797a3ed278 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 -# $Id: Makefile.inc,v 1.44 1997/10/21 08:41:15 bde Exp $ +# $Id: Makefile.inc,v 1.45 1998/01/31 05:53:57 imp Exp $ # sys sources .PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys @@ -61,8 +61,6 @@ PSEUDO= _getlogin.o # building libc_r. PSEUDOR= _exit.o -OBJS+= ${ASM} ${ASMR} ${PSEUDO} ${PSEUDOR} - SASM= ${ASM:S/.o/.S/} SASMR= ${ASMR:S/.o/.S/} |
