mirror of
https://github.com/opnsense/src.git
synced 2026-06-22 15:11:03 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
15 lines
254 B
Makefile
15 lines
254 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>
|