6 lines
65 B
Makefile
6 lines
65 B
Makefile
SRCS+= net.example.in
|
|
|
|
.SUFFIXES: .BSD.in
|
|
.BSD.in:
|
|
${CP} $< $@
|