7 lines
134 B
7 lines
134 B
21 years ago
|
# Makefile for source rpm: ORBit2
|
||
|
# $Id$
|
||
|
NAME := ORBit2
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|