diff options
Diffstat (limited to 'bin/stty/Makefile')
-rw-r--r-- | bin/stty/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 82b15eb..b10b895 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +PACKAGE=runtime PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c |