mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Set NOMAN properly, correct Id line.
This commit is contained in:
parent
69a282d8fb
commit
26ee2894d4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#
|
||||
# Bmakefile for GNU info
|
||||
#
|
||||
# $id$
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PROG= makedoc
|
||||
|
||||
NOMAN=yes
|
||||
SRCS+= makedoc.c xmalloc.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue