aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-30 10:04:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-30 10:04:56 +0000
commitd75c9e3a48eb653caea06f1726792b948d942558 (patch)
tree16d9cb1295d2311af270674a31b593cb4e792f41 /usr.bin/window/Makefile
parent0ec2d7d37af1a051b6b986ac285e0e47d4044d62 (diff)
Notes
Diffstat (limited to 'usr.bin/window/Makefile')
-rw-r--r--usr.bin/window/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index e1654a6f00f3..3d2616aaf04e 100644
--- a/usr.bin/window/Makefile
+++ b/usr.bin/window/Makefile
@@ -15,7 +15,6 @@ SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c \
wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
compress.c
-SRCS+= mystring.h
MAN= window.1
CFLAGS+= -I.
@@ -23,9 +22,4 @@ CFLAGS+= -I.
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
-mystring.h: string.h
- ln -sf ${.ALLSRC} ${.TARGET}
-
-CLEANFILES+= mystring.h
-
.include <bsd.prog.mk>