--- Net2/arch/i386/floppy/stty/makefile 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/floppy/stty/makefile 2018/04/24 18:05:38 1.1.1.2 @@ -1,10 +1,10 @@ # @(#)Makefile 5.1 (Berkeley) 5/3/91 PROG= stty -SRCS= cchar.c gfmt.c modes.c print.c stty.c util.c +SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c CFLAGS+=-DLETS_GET_SMALL NOMAN= noman -LDFLAGS=-N +LDFLAGS=-s -N .PATH: ${.CURDIR}/../../../../bin/stty .include