diff options
| author | rsc <devnull@localhost> | 2003-10-11 02:45:02 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-10-11 02:45:02 +0000 |
| commit | 941c9f36a9230690989f495313a399af5192ef5c (patch) | |
| tree | 3cf12a8041aa91159007bd5e36ed02a3a27e7ee6 /src/cmd/samterm/Makefile | |
| parent | 079d45c20eb7fc6ec398c602798888a39000da68 (diff) | |
| download | plan9port-941c9f36a9230690989f495313a399af5192ef5c.tar.gz plan9port-941c9f36a9230690989f495313a399af5192ef5c.zip | |
Tweaks to make it work on Unix.
Diffstat (limited to 'src/cmd/samterm/Makefile')
| -rw-r--r-- | src/cmd/samterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/samterm/Makefile b/src/cmd/samterm/Makefile index 8e7afe36..5bf1d97b 100644 --- a/src/cmd/samterm/Makefile +++ b/src/cmd/samterm/Makefile @@ -24,4 +24,6 @@ HFILES=\ CFLAGS+=-I../sam LDFLAGS+=-lframe -ldraw -lthread -l9 -lregexp9 -lbio -lfmt -lutf -L$(X11)/lib -lX11 -lm +samterm: $(9SRC)/lib/libdraw.a + include ../Makeone |
