diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-21 16:10:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-21 16:10:00 +0000 |
| commit | 37d6fe57c5655c548c2686b3822b243f594bf7ec (patch) | |
| tree | 85e93a616e005a0607f6444c970b52d075c15cb0 /usr.sbin | |
| parent | 18598252b899ffaf58cb89cac343d2b6d07dafbd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rrenumd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile index 21a948920668e..c85911e09dfc0 100644 --- a/usr.sbin/rrenumd/Makefile +++ b/usr.sbin/rrenumd/Makefile @@ -21,8 +21,8 @@ SRCS= rrenumd.c parser.y lexer.l CFLAGS+= -DINET6 -DIPSEC -I. -I${.CURDIR} YFLAGS= -d -LDADD= -lipsec -lcompat -ll -ly -DPADD= ${LIBIPSEC} ${LIBCOMPAT} ${LIBL} ${LIBY} +LDADD= -lipsec -ll -ly +DPADD= ${LIBIPSEC} ${LIBL} ${LIBY} CLEANFILES= y.tab.h SRCS+= y.tab.h |
