diff options
Diffstat (limited to 'usr.bin/script')
| -rw-r--r-- | usr.bin/script/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/script/script.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af..f75106fc24f9 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= script -LDADD= -lutil -DPADD= ${LIBUTIL} + +LIBADD= util .include <bsd.prog.mk> diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index de8e7fff17bf..239508ffb067 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -164,7 +164,7 @@ is assumed. .Pq Most shells set this variable automatically . .El .Sh SEE ALSO -.Xr csh 1 +.Xr csh 1 , .Xr filemon 4 .Po for the |
