diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-05-27 01:19:58 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-05-27 01:19:58 +0000 |
| commit | 98e0ffaefb0f241cda3a72395d3be04192ae0d47 (patch) | |
| tree | 55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /usr.bin/script | |
| parent | b17ff922d4072ae132ece458f5b5d74a236880ac (diff) | |
| parent | e81032ad243db32b8fd615b2d55ee94b9f6a5b6a (diff) | |
Notes
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 |
