mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
14 lines
253 B
Makefile
14 lines
253 B
Makefile
VOLUME= psd/02.implement
|
|
SRCS= stubs implement
|
|
EXTRA= ref.bib
|
|
MACROS= -ms
|
|
USE_PIC=
|
|
USE_REFER=
|
|
USE_SOELIM=
|
|
CLEANFILES= stubs
|
|
|
|
stubs:
|
|
@(echo .R1; echo database ${.CURDIR}/ref.bib; \
|
|
echo accumulate; echo .R2) > ${.TARGET}
|
|
|
|
.include <bsd.doc.mk>
|