diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
| commit | 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch) | |
| tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/rcorder | |
| parent | cc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff) | |
Notes
Diffstat (limited to 'sbin/rcorder')
| -rw-r--r-- | sbin/rcorder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index b71aa4b83d37..50e797f4cc43 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -5,8 +5,7 @@ PROG= rcorder SRCS= ealloc.c hash.c rcorder.c MAN= rcorder.8 -LDADD= -lutil -DPADD= ${LIBUTIL} +LIBADD= util # XXX hack for make's hash.[ch] CFLAGS+= -DORDER -I. |
