13 lines
153 B
Makefile
13 lines
153 B
Makefile
#
|
|
# Makefile for ${WRKSRC}.
|
|
#
|
|
all:
|
|
cd common; $(MAKE) all
|
|
cd sdr/freebsd; $(MAKE)
|
|
|
|
clean:
|
|
cd common; $(MAKE) $@
|
|
cd sdr/freebsd; $(MAKE) $@
|
|
|
|
install:
|