diff options
author | Rich Felker <dalias@aerifal.cx> | 2007-11-09 14:46:43 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2007-11-09 14:46:43 +0000 |
commit | c7e022c231918ebb3cbe7d27c47a59aafdc4be36 (patch) | |
tree | cef02fb305996b161ccdafbf1a0cde6a0a0f218e /Makefile | |
parent | 014229aefb2172d261f69b65bddf62edcb220b1f (diff) |
omit uuterm-fb so the default makefile is portable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ LDFLAGS_X11 = -L/usr/X11R6/lib YTTY_BASE = ./ytty/ -ALL := uuterm-x11 uuterm-fb ucfcomp $(YTTY_BASE)ytty.ucf +ALL := uuterm-x11 ucfcomp $(YTTY_BASE)ytty.ucf CLEAN := $(ALL) $(OBJS) $(OBJS_FB) $(OBJS_X11) include $(YTTY_BASE)Makefile |