diff options
Diffstat (limited to 'usr.bin/window/Makefile')
-rw-r--r-- | usr.bin/window/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index e1654a6..3d2616a 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> |