aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-07-17 04:09:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-07-17 04:09:50 +0000
commit3670a108262e154e1eb655a3c34384f3144459c8 (patch)
treeeea3be9c4cb5ed75e134f6c1b997696608f85585 /usr.sbin/sade/Makefile
parent17462195a8e00730945fe3a488e16fddea6d3bb6 (diff)
downloadsrc-3670a108262e154e1eb655a3c34384f3144459c8.tar.gz
src-3670a108262e154e1eb655a3c34384f3144459c8.zip
Add ability to configure console terminal type in /etc/ttys
Reviewed by: audit, jkh's silence
Notes
Notes: svn path=/head/; revision=79813
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r--usr.sbin/sade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 946df6493495..bef723949e3a 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -11,8 +11,8 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
ftp.c globals.c http.c index.c install.c installUpgrade.c keymap.c \
label.c main.c makedevs.c media.c menus.c misc.c modules.c \
mouse.c msg.c network.c nfs.c options.c package.c pccard.c \
- system.c tape.c tcpip.c termcap.c ufs.c usb.c user.c variable.c \
- wizard.c keymap.h
+ system.c tape.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
+ variable.c wizard.c keymap.h
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I.
.if ${MACHINE} == "pc98"