7 lines
136 B
Makefile
7 lines
136 B
Makefile
# Makefile for source rpm: openssl
|
|
# $Id$
|
|
NAME := openssl
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|